mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-03 21:52:58 +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
|
||||||
dnl We now use glib
|
dnl We now use glib
|
||||||
dnl
|
dnl
|
||||||
AM_PATH_GLIB
|
AM_PATH_GLIB(,,AC_MSG_ERROR(Test for GLIB failed. MC requires GLIB.))
|
||||||
LIBS="$LIBS $GLIB_LIBS"
|
LIBS="$LIBS $GLIB_LIBS"
|
||||||
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user