libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] gvars3 configure configure.ac


From: Edward Rosten
Subject: [libcvd-members] gvars3 configure configure.ac
Date: Mon, 31 Jul 2006 15:58:15 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    gvars3
Changes by:     Edward Rosten <edrosten>        06/07/31 15:58:15

Modified files:
        .              : configure configure.ac 

Log message:
        Fixed ascii art.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gvars3/configure?cvsroot=libcvd&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gvars3/configure.ac?cvsroot=libcvd&r1=1.6&r2=1.7

Patches:
Index: configure
===================================================================
RCS file: /cvsroot/libcvd/gvars3/configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- configure   31 Jul 2006 15:56:18 -0000      1.6
+++ configure   31 Jul 2006 15:58:15 -0000      1.7
@@ -3019,9 +3019,14 @@
 LIBS="$LIBS -pthread"
 if test $a == 0
 then
+       echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
        { { echo "$as_me:$LINENO: error: pthread is not optional. It should be. 
Sorry." >&5
 echo "$as_me: error: pthread is not optional. It should be. Sorry." >&2;}
    { (exit 1); exit 1; }; }
+else
+       echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
 fi
 
 

Index: configure.ac
===================================================================
RCS file: /cvsroot/libcvd/gvars3/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- configure.ac        31 Jul 2006 15:56:18 -0000      1.6
+++ configure.ac        31 Jul 2006 15:58:15 -0000      1.7
@@ -130,7 +130,10 @@
 LIBS="$LIBS -pthread"
 if test $a == 0
 then
+       AC_MSG_RESULT(no)
        AC_MSG_ERROR(pthread is not optional. It should be. Sorry.)
+else
+       AC_MSG_RESULT(yes)
 fi
 
 




reply via email to

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