[svn] Use : instead of true.

This commit is contained in:
hniksic 2003-11-11 16:43:38 -08:00
parent 6f3dbca0c5
commit 91dc96f8d6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-11-12 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Tweak ansi2knr test, use : instead of true.
2003-11-12 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Check for limits.h.

View File

@ -151,8 +151,7 @@ AC_C_VOLATILE
AC_C_BIGENDIAN
AC_C_PROTOTYPES
if test x"$am_cv_prog_cc_stdc" != xno; then
true
if test x"$am_cv_prog_cc_stdc" != xno; then :
AC_SUBST(U, [])
AC_SUBST(ANSI2KNR, [])
else