Skip to content
Snippets Groups Projects
Commit 29fb6f58 authored by Martin Nolte's avatar Martin Nolte
Browse files

oops, small typo

[[Imported from SVN: r5366]]
parent 3899b388
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ AC_DEFUN([GXX0X],[
CXX="$CXX -std=c++0x"
HAVE_CXX0X=no
AC_TRY_COMPILE([],[],[HAVE_CXX0X=yes],[])
if test "x$HAVE_CXXOX" == "xyes" ; then
if test "x$HAVE_CXX0X" == "xyes" ; then
CXXCPP="$CXXCPP -std=c++0x"
else
CXX="$ac_save_CXX"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment