Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fastNLO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qcd-public
fastNLO
Commits
9242508f
Commit
9242508f
authored
2 years ago
by
Klaus Rabbertz
Committed by
JohannesGaessler
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixes in configure
parent
492fe8b7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
v2.5/toolkit/configure.ac
+1
-2
1 addition, 2 deletions
v2.5/toolkit/configure.ac
with
1 addition
and
2 deletions
v2.5/toolkit/configure.ac
+
1
−
2
View file @
9242508f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment