From: Kevin M. Rosenberg Date: Thu, 7 Sep 2000 05:00:03 +0000 (+0000) Subject: r194: configure.in X-Git-Tag: debian-4.5.3-3~823 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=7bd0dbbba9dc558a5ba83d5403f9d556c38cfaa0 r194: configure.in --- diff --git a/config.h.in b/config.h.in index 6675c91..1c31ad5 100644 --- a/config.h.in +++ b/config.h.in @@ -174,3 +174,4 @@ /* Version number of package */ #undef VERSION +#undef HAVE_G2 diff --git a/configure.in b/configure.in index ee4bc51..74d5fec 100644 --- a/configure.in +++ b/configure.in @@ -311,7 +311,7 @@ AM_CONDITIONAL(NO_X, test "x$no_x" = "xyes") my_includes="$my_includes -I../include -I.." AC_SUBST(my_includes) -AC_MSG_CHECKING([interactive graphics]) +AC_MSG_CHECKING([for X]) if test "$no_x" != "yes" ; then AC_DEFINE(HAVE_X11) AC_DEFINE(HAVE_SGP) @@ -321,6 +321,7 @@ if test "$no_x" != "yes" ; then AC_MSG_RESULT(yes) if test "$g2" = "true" ; then ctlibs_graphics="$ctlibs_graphics -lg2" + AC_DEFINE(HAVE_G2) fi ctlibs_graphics="$ctlibs_graphics $X_BASIC_LIBS $X_TOOLKIT_LIBS" else