Fix typo in configure.ac, noticed by hwoarang

This commit is contained in:
Mikael Magnusson 2011-09-03 12:23:22 +02:00 committed by Dana Jansens
parent dc6d1d75b4
commit 4ee0b6f88e

View file

@ -168,7 +168,7 @@ AC_ARG_ENABLE(imlib2,
[--disable-imlib2],
[disable use of Imlib2 image library for loading icons. [default=enabled]]
),
[enable_imlib2=$enableeval],
[enable_imlib2=$enableval],
[enable_imlib2=yes]
)