Abort immediately if GLib wasn't found

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@558 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-31 20:17:33 +00:00 committed by cras
commit 3a373c2160

View file

@ -190,6 +190,9 @@ dnl ** fe-text checks
dnl **
AM_PATH_GLIB(1.2.0,,, gmodule)
if test "x$GLIB_LIBS" = "x"; then
AC_ERROR([GLib is required to build Irssi])
fi
PROG_LIBS="$PROG_LIBS $GLIB_LIBS"
AC_SUBST(PROG_LIBS)