mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-16 12:22:01 +02:00
(gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", not "==".
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-03-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
|
||||
not "==". Reported by Ralf Wildenhues.
|
||||
|
||||
2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
|
||||
|
||||
@@ -33,7 +33,7 @@ AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [
|
||||
AC_INCLUDES_DEFAULT])],
|
||||
[ac_cv_safe_to_define___extensions__=yes],
|
||||
[ac_cv_safe_to_define___extensions__=no])])
|
||||
test $ac_cv_safe_to_define___extensions__ == yes &&
|
||||
test $ac_cv_safe_to_define___extensions__ = yes &&
|
||||
AC_DEFINE([__EXTENSIONS__])
|
||||
AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user