[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac
User: sdb
Date: 06/02/13 13:49:11
Modified: . configure.ac
Log:
Fix NOTANGLE test problem discoved and fixed by Daniel Wisehart.
Revision Changes Path
1.26 +1 -1 eda/geda/devel/gschem/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/configure.ac,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- configure.ac 22 Jan 2006 13:55:31 -0000 1.25
+++ configure.ac 13 Feb 2006 18:49:11 -0000 1.26
@@ -322,7 +322,7 @@
cfiles=`\ls -1 src/libgeda.c 2> /dev/null`
exit_status=$?
-if test "$NOTANGLE" = "no" -a "$exit_status" = "1"; then
+if test "$NOTANGLE" = "no" -a "$exit_status" != "0"; then
# notangle not found, and no C sources in src
# need notangle_guile