autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

[patch #7651] CURSES_LIB will never be used without this patch in ax_wit


From: anonymous
Subject: [patch #7651] CURSES_LIB will never be used without this patch in ax_with_curses.m4
Date: Sun, 30 Oct 2011 16:36:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.10 Chromium/15.0.874.102 Chrome/15.0.874.102 Safari/535.2

URL:
  <http://savannah.gnu.org/patch/?7651>

                 Summary: CURSES_LIB will never be used without this patch in
ax_with_curses.m4
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Sun 30 Oct 2011 04:36:45 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

diff --git a/m4/ax_with_curses.m4 b/m4/ax_with_curses.m4
index 5399b85..e5ff6a5 100644
--- a/m4/ax_with_curses.m4
+++ b/m4/ax_with_curses.m4
@@ -394,7 +394,7 @@ AC_DEFUN([AX_WITH_CURSES], [
     # Test for plain Curses (or if CURSES_LIB was set by user)
 
     AS_IF([test "x$with_plaincurses" != xno && test "x$ax_cv_curses_which" =
xno], [
-        AS_IF([test "x$CURSES_LIB" = x], [
+        AS_IF([test "x$CURSES_LIB" != x], [
             LIBS="$ax_saved_LIBS $CURSES_LIB"
         ], [
             LIBS="$ax_saved_LIBS -lcurses"




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 30 Oct 2011 04:36:45 PM UTC  Name: fix_curses_lib.patch  Size: 536B 
 By: None

<http://savannah.gnu.org/patch/download.php?file_id=24251>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7651>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]