mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Use : instead of true.
This commit is contained in:
parent
6f3dbca0c5
commit
91dc96f8d6
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user