From 0927be48a445110da26ade3d9c82c39ed8b0b42d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Mar 2007 17:54:27 +0000 Subject: [PATCH] Fix silly comment. --- stepmania/autoconf/m4/iconv.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/autoconf/m4/iconv.m4 b/stepmania/autoconf/m4/iconv.m4 index 26ef0b7ecd..9ac9bde816 100644 --- a/stepmania/autoconf/m4/iconv.m4 +++ b/stepmania/autoconf/m4/iconv.m4 @@ -31,7 +31,7 @@ AC_DEFUN([AM_ICONV_LINK], dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first - dnl AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[]) will then fail, the second AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[]) will succeed. + dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])