X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=241812178a4ffcb522a0c3a5ae342909abf16e64;hb=9a4763975619ad66d0bcbb3f2da127f45fe21422;hp=543f7accf4693ad0047d3e7fd9ba70d733f4cc98;hpb=dfa6052123128f13ca08077da18b876f75fa6c83;p=emu8051.git diff --git a/configure.ac b/configure.ac index 543f7ac..2418121 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure dnl Initialization stuff. -AC_INIT(emu8051, 1.1.1) +AC_INIT(emu8051, 1.1.2) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/cpu8051.c) AM_CONFIG_HEADER(config.h:config-h.in) @@ -36,7 +36,7 @@ AC_ARG_ENABLE(gui, AC_MSG_CHECKING([whether to build GUI]) if test x$ac_cv_enable_gui = xyes; then AC_MSG_RESULT(yes) - PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.5, :, ac_cv_enable_gui=no) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0, :, ac_cv_enable_gui=no) if test x$ac_cv_enable_gui = xyes; then AC_DEFINE([HAVE_GTK],1,[Set to 1 to enable GTK+ support for building GUI.]) AC_SUBST(GTK_CFLAGS)