From 2e8158481e22c387ed7c712429607adaadc2035e Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Tue, 26 Apr 1994 04:29:06 +0000 Subject: [PATCH] fix typo in comment --- acgeneral.m4 | 2 +- lib/autoconf/general.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acgeneral.m4 b/acgeneral.m4 index 1f5be7ab..6f1bee09 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -608,7 +608,7 @@ ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev dnl define(AC_LANG_CPLUSPLUS, [define([AC_LANG],[CPLUSPLUS])AC_PROVIDE([$0])ac_ext=C -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='${CXXCPP}' ac_compile='${CXX-gcc} $CXXFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1' ])dnl diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 1f5be7ab..6f1bee09 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -608,7 +608,7 @@ ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev dnl define(AC_LANG_CPLUSPLUS, [define([AC_LANG],[CPLUSPLUS])AC_PROVIDE([$0])ac_ext=C -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='${CXXCPP}' ac_compile='${CXX-gcc} $CXXFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1' ])dnl