mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
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:
parent
421587eb74
commit
3a373c2160
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user