Skip to content

Commit

Permalink
Attempting to pass CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
rbruggner committed Oct 8, 2013
1 parent 88b4144 commit fbfd805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -2361,6 +2361,8 @@ $as_echo "$ac_cv_prog_cxx_openmp" >&6; }
OPENMP_CXXFLAGS=${OPENMP_CXXFLAGS}
CXX=${CXX}
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -6,6 +6,7 @@ AC_PROG_CXX()
AC_LANG_PUSH(C++)
AC_OPENMP
AC_SUBST(OPENMP_CXXFLAGS,${OPENMP_CXXFLAGS})
AC_SUBST(CXX,${CXX})
AC_LANG_POP(C++)

AC_CONFIG_FILES([src/Makevars])
Expand Down

0 comments on commit fbfd805

Please sign in to comment.