Skip to content
Snippets Groups Projects
Commit b63534a7 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Also check for C++.
parent e2cc6aa3
Branches
Tags
No related merge requests found
...@@ -248,6 +248,7 @@ AC_PROG_CPP ...@@ -248,6 +248,7 @@ AC_PROG_CPP
AC_C_INLINE AC_C_INLINE
AC_PROG_CPP AC_PROG_CPP
AC_PROG_F77 AC_PROG_F77
AC_PROG_CXX
AC_PATH_PROG([CPP], [cpp], [], [/usr/bin:/lib:$PATH]) AC_PATH_PROG([CPP], [cpp], [], [/usr/bin:/lib:$PATH])
AC_DEFINE_UNQUOTED([CPP],["$CPP"],["Command which runs the C preprecessor"]) AC_DEFINE_UNQUOTED([CPP],["$CPP"],["Command which runs the C preprecessor"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment