Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
940c2a0c
Commit
940c2a0c
authored
Jul 19, 2011
by
Robert Ricci
Browse files
Bugfix: fix CPPFLAGS in configure
parent
b7f6ae13
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
940c2a0c
...
...
@@ -613,7 +613,7 @@ fi
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/local/include"
CPPFLAGS
=
"-I/usr/local/include"
# BEGIN Python detection.
for
ac_prog
in
python python2.6 python2.5 python2.4 python2.3 python2.2
...
...
configure.in
View file @
940c2a0c
...
...
@@ -55,7 +55,7 @@ fi
AC_SUBST(PATH)
CPPFLAGS = "
$CPPFLAGS
-I/usr/local/include"
CPPFLAGS = "-I/usr/local/include"
# BEGIN Python detection.
AC_PATH_PROGS(PYTHON, python python2.6 python2.5 python2.4 python2.3 python2.2)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment