Skip to content

Commit

Permalink
configure.ac:remove comment no longer applicable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
andy5995 committed Dec 5, 2018
1 parent eda437e commit 2ad30c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2816,11 +2816,6 @@ ac_config_headers="$ac_config_headers src/config.h:config.in"
# Don't add -g and -O2 by default
: ${CFLAGS=""}
# IS-RELEASE can be used to change the 'enable-debug' default to ’no’
# when making a release. Set IS-RELEASE to ’yes’ or ’no’ as
# appropriate. By default, it uses the value of $ax_is_release, so if
# you are using the AX_IS_RELEASE macro, there is no need to pass this
# parameter.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debugging" >&5
Expand Down Expand Up @@ -2914,7 +2909,6 @@ $as_echo "#define NDEBUG /**/" >>confdefs.h
fi
ax_enable_debug=$enable_debug
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Expand Down
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ AC_CONFIG_HEADERS([src/config.h:config.in])
# Don't add -g and -O2 by default
: ${CFLAGS=""}

# IS-RELEASE can be used to change the 'enable-debug' default to ’no’
# when making a release. Set IS-RELEASE to ’yes’ or ’no’ as
# appropriate. By default, it uses the value of $ax_is_release, so if
# you are using the AX_IS_RELEASE macro, there is no need to pass this
# parameter.
AX_CHECK_ENABLE_DEBUG([no])

AC_PROG_CC
AC_CONFIG_MACRO_DIRS([m4])
AC_PROG_INSTALL
Expand Down

0 comments on commit 2ad30c5

Please sign in to comment.