[glib: 1/3] Remove unused HAVE_FAM define



commit b087b2644c49b9c04cbd1ae7c6d12e2294562b3c
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Thu Jun 7 09:45:08 2018 -0400

    Remove unused HAVE_FAM define

 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2ab633648..5804d8020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]