]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
Don't replace ~ when we shouldn't
[chaz/openbox] / configure.ac
index 53e50013683365eb030912601724f9605f47087b..bba1b5c605674fbf10ad37b50e82ee7b14ad69c2 100644 (file)
@@ -70,7 +70,7 @@ if test "$SED" = "no"; then
   AC_MSG_ERROR([The program "sed" is not available. This program is required to build Openbox.])
 fi
 
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14.0])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 
This page took 0.024526 seconds and 4 git commands to generate.