Skip to content
Snippets Groups Projects
Commit 86c9babf authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Typo

parent 5c519908
No related branches found
No related tags found
1 merge request!473Add a SWIFT_DEVELOP_MODE flag to enable development code options
...@@ -42,7 +42,7 @@ AC_PROG_CC ...@@ -42,7 +42,7 @@ AC_PROG_CC
AM_PROG_CC_C_O AM_PROG_CC_C_O
# If debug is selected then we also define SWIFT_DEVELOP_MODE to control # If debug is selected then we also define SWIFT_DEVELOP_MODE to control
# and developer code options. # any developer code options.
if test "x$ax_enable_debug" != "xno"; then if test "x$ax_enable_debug" != "xno"; then
AC_DEFINE([SWIFT_DEVELOP_MODE],1,[Enable developer code options]) AC_DEFINE([SWIFT_DEVELOP_MODE],1,[Enable developer code options])
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment