| Submitter | Theodore Ts'o |
|---|---|
| Date | July 21, 2011, 11:52 p.m. |
| Message ID | <1311292324-4348-2-git-send-email-tytso@mit.edu> |
| Download | mbox | patch |
| Permalink | /patch/106193/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4 index 72fbbb7..f468f50 100644 --- a/m4/package_globals.m4 +++ b/m4/package_globals.m4 @@ -15,7 +15,7 @@ AC_DEFUN([AC_PACKAGE_GLOBALS], test -z "$BUILD_VERSION" || pkg_release="$BUILD_VERSION" AC_SUBST(pkg_release) - DEBUG=${DEBUG:-'-DDEBUG'} dnl -DNDEBUG + DEBUG=${DEBUG:-'-DNDEBUG'} dnl -DNDEBUG debug_build="$DEBUG" AC_SUBST(debug_build)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> --- m4/package_globals.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)