mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fail if GLIB is not found
This commit is contained in:
parent
697bf21fe3
commit
a4d5f5ad25
@ -122,7 +122,7 @@ CFLAGS="$CCOPTS"
|
||||
dnl
|
||||
dnl We now use glib
|
||||
dnl
|
||||
AM_PATH_GLIB
|
||||
AM_PATH_GLIB(,,AC_MSG_ERROR(Test for GLIB failed. MC requires GLIB.))
|
||||
LIBS="$LIBS $GLIB_LIBS"
|
||||
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user