You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/openbox/files/openbox-3.5.0-configure-iml...

14 lines
413 B

Index: openbox-3.5.0/configure.ac
===================================================================
--- openbox-3.5.0.orig/configure.ac
+++ openbox-3.5.0/configure.ac
@@ -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]
)