diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 21:25:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 21:25:19 (GMT) |
commit | 9998057d6a88295a1509f9884f691b533347a8a1 (patch) | |
tree | 0512ad9eb50da4b04140934d7567d2813f0e1717 /configure.in | |
parent | c34410deac763566e324fc637253f240ee3d552e (diff) | |
download | CMake-9998057d6a88295a1509f9884f691b533347a8a1.zip CMake-9998057d6a88295a1509f9884f691b533347a8a1.tar.gz CMake-9998057d6a88295a1509f9884f691b533347a8a1.tar.bz2 |
auto detect lang:std:
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6a4099a..2f0fa4e 100644 --- a/configure.in +++ b/configure.in @@ -68,6 +68,7 @@ case $system in ;; esac fi +CXXFLAGS=$CXXFLAGS $CMAKE_ANSI_CFLAGS AC_SUBST(CMAKE_ANSI_CFLAGS) # if we are not running g++ then we might need some other flags |