Strip leading/trailing whitespace when parsing colors and other strings (bug #4937)
[dana/openbox.git] / configure.ac
index 82c627f..45121fc 100644 (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]
 )