X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=configure.ac;h=6ff975e2d9fd79b3d553628f40ce0a4b48eba1c5;hp=54a307ce4d6fc57c810b91f179ec8b3d239bb487;hb=HEAD;hpb=ffbab6fedd86ee1a0c7884d62fa7233ce9d745d2 diff --git a/configure.ac b/configure.ac index 54a307c..6ff975e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([jansson], [1.3], [petri@digip.org]) +AC_INIT([jansson], [2.0], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) @@ -8,8 +8,8 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC -AC_PROG_CXX AC_PROG_LIBTOOL +AM_CONDITIONAL([GCC], [test x$GCC = xyes]) # Checks for libraries.