Fix typo in configure.ac, noticed by hwoarang
This commit is contained in:
parent
dc6d1d75b4
commit
4ee0b6f88e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ AC_ARG_ENABLE(imlib2,
|
||||||
[--disable-imlib2],
|
[--disable-imlib2],
|
||||||
[disable use of Imlib2 image library for loading icons. [default=enabled]]
|
[disable use of Imlib2 image library for loading icons. [default=enabled]]
|
||||||
),
|
),
|
||||||
[enable_imlib2=$enableeval],
|
[enable_imlib2=$enableval],
|
||||||
[enable_imlib2=yes]
|
[enable_imlib2=yes]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue