]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
bump version
[chaz/openbox] / configure.ac
index c06fdaa619fe24997a45e1ffe33ce0d9133f81a5..f8b6eecd72f50c3060e8246427790e2c38bffea4 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.4.2], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.4.3], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
@@ -96,7 +96,7 @@ AC_ARG_ENABLE(startup-notification,
 )
 
 if test "$enable_sn" = yes; then
-PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0],
+PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0 >= 0.8],
   [
     AC_DEFINE(USE_LIBSN, [1], [Use startup-notification])
     AC_SUBST(LIBSN_CFLAGS)
This page took 0.020122 seconds and 4 git commands to generate.