From 72c35553fd532848bbab9a540eb00d87df5644ec Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 9 Mar 2014 00:04:39 +0000 Subject: Split ncurses and curl LIB additions --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f2f8d2f2..cfbb0728 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ PKG_CHECK_MODULES([ncursesw], [ncursesw], [AC_MSG_ERROR([ncurses is required for profanity])])])])]) AM_CPPFLAGS="$AM_CPPFLAGS $NCURSES_CFLAGS" LIBS="$LIBS $NCURSES_LIBS" -AS_IF([test "x$PLATFORM" = xosx], [LIBS="$LIBS -lncurses -lcurl"]) +AS_IF([test "x$PLATFORM" = xosx], [LIBS="$LIBS -lncurses"]) ### Check wide characters support in ncurses library CFLAGS_RESTORE="$CFLAGS" @@ -120,6 +120,7 @@ PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [], [AC_MSG_ERROR([glib 2.26 or higher is required for profanity])]) PKG_CHECK_MODULES([curl], [libcurl], [], [AC_MSG_ERROR([libcurl is required for profanity])]) +AS_IF([test "x$PLATFORM" = xosx], [LIBS="$LIBS -lcurl"]) ### Check for desktop notification support ### Linux requires libnotify -- cgit 1.4.1-2-gfad0