patchGNU Autoconf Archive - Patches: patch #7651, CURSES_LIB will never be used...

 
 

patch #7651: CURSES_LIB will never be used without this patch in ax_with_curses.m4

Submitter:  None
Submitted:  Sun 30 Oct 2011 04:36:45 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 21 Nov 2011 06:26:38 PM UTC, comment #1: 

Pushed to the git repository in commit f0e013b8697406c5be33091e83db56a9f07567fc. Thank you very much for the bug fix!

Peter Simons <simons>
Group administrator
Sun 30 Oct 2011 04:36:45 PM UTC, original submission:  

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"

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #24251:  fix_curses_lib.patch added by None (536B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-12-02 simons StatusReady For Test Done
        Open/ClosedOpen Closed
    2011-11-21 simons Carbon-Copy- Added john zaitseff <j.zaitseff@zap.org.au>
        Carbon-Copy- Added damian pietras <daper@daper.net>
        Carbon-Copy- Added mark pulford <mark@kyne.com.au>
    2011-11-21 simons Assigned toNone simons
    2011-11-21 simons StatusNone Ready For Test
    2011-10-30 None Attached File- Added fix_curses_lib.patch, #24251

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code