Bugfix for --enable-debug check.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@89 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ AC_ARG_ENABLE(debug,
|
|||||||
esac],
|
esac],
|
||||||
[debug=false])
|
[debug=false])
|
||||||
AM_CONDITIONAL(DEBUG, test x$debug = xtrue)
|
AM_CONDITIONAL(DEBUG, test x$debug = xtrue)
|
||||||
if [ "x$debug" = "xtrue" ]; then
|
if test "x$debug" = "xtrue"; then
|
||||||
CFLAGS="$CFLAGS -g"
|
CFLAGS="$CFLAGS -g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user