Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9913fe18
Commit
9913fe18
authored
Jan 31, 2005
by
gbazin
Browse files
* configure.ac: hopefully the final fix for the c++ build.
parent
e485b11c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9913fe18
...
...
@@ -28,7 +28,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_CXX
"${CXX}
"
--version >/dev/null 2>&1 || CXX=""
eval
"${CXX} --version
"
>/dev/null 2>&1 || CXX=""
if test "${CXX}" != ""; then
AC_PROG_CXXCPP
fi
...
...
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