From 7bd0dbbba9dc558a5ba83d5403f9d556c38cfaa0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 7 Sep 2000 05:00:03 +0000 Subject: [PATCH] r194: configure.in --- config.h.in | 1 + configure.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1