From: ellson Date: Wed, 23 Apr 2008 21:40:51 +0000 (+0000) Subject: add GTKGLEXT and GLADE to smyrna cross-checks X-Git-Tag: LAST_LIBGRAPH~32^2~4226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e5975c73cd5f91f420e6624ba6137e71fea1961;p=graphviz add GTKGLEXT and GLADE to smyrna cross-checks --- diff --git a/configure.ac b/configure.ac index b75f7174e..6d635ff27 100644 --- a/configure.ac +++ b/configure.ac @@ -2274,6 +2274,14 @@ if test "x$HAVE_GTKGL" != "x1"; then with_smyrna=no AC_MSG_WARN(SMYRNA requires GTKGL) fi +if test "x$HAVE_GTKGLEXT" != "x1"; then + with_smyrna=no + AC_MSG_WARN(SMYRNA requires GTKGLEXT) +fi +if test "x$HAVE_GLADE" != "x1"; then + with_smyrna=no + AC_MSG_WARN(SMYRNA requires GLADE) +fi if test "x$with_smyrna" = "xyes"; then AC_DEFINE_UNQUOTED(SMYRNA,1,[Define if you want SMYRNA])