Author: wlux
Date: Wed Apr 1 10:29:19 2015
New Revision: 38445
URL: http://svn.gna.org/viewcvs/gnustep?rev=38445&view=rev
Log:
Use standard operator in test command
Modified:
libs/base/trunk/ChangeLog
libs/base/trunk/configure
libs/base/trunk/configure.ac
Modified: libs/base/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=38445&r1=38444&r2=38445&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog (original)
+++ libs/base/trunk/ChangeLog Wed Apr 1 10:29:19 2015
@@ -1,3 +1,9 @@
+2015-04-01 Wolfgang Lux <[email protected]>
+
+ * configure.ac:
+ * configure:
+ Use standard operator in test command
+
2015-03-31 Richard Frith-Macdonald <[email protected]>
* Source/GSPrivate.h: Internal function to get OS thread ID
Modified: libs/base/trunk/configure
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/configure?rev=38445&r1=38444&r2=38445&view=diff
==============================================================================
--- libs/base/trunk/configure (original)
+++ libs/base/trunk/configure Wed Apr 1 10:29:19 2015
@@ -14018,7 +14018,7 @@
fi
done
-if test $ac_cv_func_pthread_set_name_np == yes; then
+if test $ac_cv_func_pthread_set_name_np = yes; then
cat >>confdefs.h <<\_ACEOF
#define PTHREAD_SETNAME(a) (pthread_set_name_np(pthread_self(), a), 0)
Modified: libs/base/trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/configure.ac?rev=38445&r1=38444&r2=38445&view=diff
==============================================================================
--- libs/base/trunk/configure.ac (original)
+++ libs/base/trunk/configure.ac Wed Apr 1 10:29:19 2015
@@ -1754,7 +1754,7 @@
#--------------------------------------------------------------------
AC_CHECK_FUNCS(pthread_set_name_np)
-if test $ac_cv_func_pthread_set_name_np == yes; then
+if test $ac_cv_func_pthread_set_name_np = yes; then
AC_DEFINE(PTHREAD_SETNAME(a), (pthread_set_name_np(pthread_self(), a), 0),
[Description: Define set name function for pthread returning void])
else
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs