]> git.datanom.net - vcard-parser.git/blobdiff - configure.ac
Completed initialization
[vcard-parser.git] / configure.ac
index ead011d4d417225e683e33e4a50e13a2a31223fc..9b9f85c4f8e780359c2e5f1879c3ceb774876f79 100644 (file)
@@ -33,7 +33,7 @@ if test x$PKG_CONFIG = xno ; then
   AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
 fi
 
-PKG_CHECK_MODULES(GLIB, [glib-2.0])
+PKG_CHECK_MODULES(GLIB, [[glib-2.0 >= 2.30 gmodule-2.0 >= 2.30 gobject-2.0 >= 2.30 gthread-2.0 >= 2.30]])
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 
@@ -69,6 +69,8 @@ else
 fi
 AM_CONDITIONAL(BUILD_EXAMPLE, test x"$ac_enable_example" = "xyes")
 
+AC_DEFINE_UNQUOTED(TEST_SRC_DIR, "$srcdir", [location of source code])
+
 AC_CONFIG_COMMANDS(
     [summary],
     [[echo ""
This page took 0.028556 seconds and 5 git commands to generate.