1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-10 12:38:54 +02:00

Remove unused HAVE_FAM define

This commit is contained in:
Xavier Claessens
2018-06-07 09:45:08 -04:00
parent be43436435
commit b087b2644c

@ -1651,8 +1651,7 @@ FAM_LIBS=
if test "x$should_disable_fam" = "xno"; then
AC_CHECK_LIB(fam, FAMOpen,
[AC_CHECK_HEADERS(fam.h,
[AC_DEFINE(HAVE_FAM, [], [Define if we have FAM])
AC_CHECK_LIB(fam, FAMNoExists,
[AC_CHECK_LIB(fam, FAMNoExists,
AC_DEFINE(HAVE_FAM_NO_EXISTS, [], [Define if we have FAMNoExists in fam]))
FAM_LIBS="-lfam"]
fam_support=yes,