[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: configure.ac.in
User: danmc
Date: 07/05/30 00:11:07
Modified: . configure.ac.in
Log:
Use "=" instead of "==" as an operator for test as the former
is portable and the latter is a bash-ism
Revision Changes Path
1.11 eda/geda/gaf/gschem/configure.ac.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- configure.ac.in 26 May 2007 04:07:52 -0000 1.10
+++ configure.ac.in 30 May 2007 04:11:07 -0000 1.11
@@ -1,4 +1,4 @@
-# $Id: configure.ac.in,v 1.10 2007-05-26 04:07:52 ahvezda Exp $
+# $Id: configure.ac.in,v 1.11 2007-05-30 04:11:07 danmc Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
@@ -399,7 +399,7 @@
AC_CHECK_HEADER([locale.h],
[AC_DEFINE([HAVE_LOCALE_H], 1, [Define if you have locale.h])],
[
- if test "$USE_NLS" == "yes"; then
+ if test "$USE_NLS" = "yes"; then
AC_MSG_ERROR([Cannot find useful locale.h, and nls support is enabled. Try compiling with --disable-nls])
fi
])
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs