It's not a problem if we don't have GLib 1.1.x or later, so don't

complain about it.

svn path=/trunk/; revision=209
This commit is contained in:
Guy Harris 1999-03-03 08:51:58 +00:00
parent 5044b432cf
commit 985a5b01d7
2 changed files with 3 additions and 4 deletions

2
wiretap/configure vendored
View File

@ -1258,7 +1258,7 @@ rm -f conftest*
fi
GLIB_CFLAGS=""
GLIB_LIBS=""
echo "configure: warning: GLIB 1.1.x or above not found." 1>&2
:
fi

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.7 1999/03/01 18:57:03 gram Exp $
# $Id: configure.in,v 1.8 1999/03/03 08:51:58 guy Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(wtap.c)
AM_INIT_AUTOMAKE(libwtap.a, 0.0.0)
@ -18,8 +18,7 @@ else
fi
# Checks for glib first, or gtk+ if not present
AM_PATH_GLIB(1.1.0, CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS",
AC_MSG_WARN(GLIB 1.1.x or above not found.))
AM_PATH_GLIB(1.1.0, CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS")
if test "x$GLIB_CFLAGS" = x ; then
AM_PATH_GTK(1.0.0, CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS",