Skip to content
Snippets Groups Projects
Commit 378ef6be authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Fixes in configure

parent 55a667cb
Branches
Tags
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