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
Tiago Peixoto
graph-tool
Commits
cee78307
Commit
cee78307
authored
Nov 18, 2010
by
Tiago Peixoto
Browse files
Fix typo in configure.ac
parent
56062a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cee78307
...
...
@@ -42,7 +42,7 @@ dnl Checks for options
dnl Turn debugging on or off
AC_MSG_CHECKING(whether to enable debug info...)
AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug
@<:@=full@:>@
],[compile debug information [default=
yes
] ])],
AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug],[compile debug information [default=
disabled
] ])],
[AC_MSG_RESULT(yes)]
[AC_DEFINE([DEBUG], 1, [compile debug info])]
[CXXFLAGS=" ${CXXFLAGS} -ggdb3 "],
...
...
Write
Preview
Supports
Markdown
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