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

Re-enable use of the C-preprocessor.
parent 83ffa4e0
Branches
Tags
No related merge requests found
......@@ -243,10 +243,14 @@ fi
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_C_INLINE
AC_PROG_CPP
AC_PROG_F77
AC_PATH_PROG([CPP], [cpp], [], [/usr/bin:/lib:$PATH])
AC_DEFINE_UNQUOTED([CPP],["$CPP"],["Command which runs the C preprecessor"])
#
# Support for FORTRAN code in ALBERTA
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment