Skip to content
Snippets Groups Projects
Commit 9242508f authored by Klaus Rabbertz's avatar Klaus Rabbertz Committed by JohannesGaessler
Browse files

Fixes in configure

parent 492fe8b7
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_F77([gfortran g77])
AC_PROG_FC([gfortran g77])
AC_CONFIG_MACRO_DIR([m4])
#case $FC in
# gfortran) AC_SUBST([HAVE_GFORTRAN], [yes])
# g77) AC_SUBST([HAVE_G77], [yes])
......@@ -636,7 +635,7 @@ AC_ARG_ENABLE([pyext3],
[enable_pyext3="no"])
# Basic Python checks
if test "x$enable_pyext3" = "xyes"; then
AM_PATH_PYTHON([3])
AM_PATH_PYTHON(['3'])
AX_PYTHON_DEVEL
else
if test "x$enable_pyext" = "xyes"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment