summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-28 03:50:26 +0000
committerNathan Scott <nathans@sgi.com>2006-03-28 03:50:26 +0000
commit4e4d5713ba82d3a6b0158cd15202be7928b79335 (patch)
tree7e4f857032586f62155f8175fb2e5a21137e6bdf /m4
parent8b1bd9aea1fbd33c4e60b7f7691b4d6211cae872 (diff)
downloadattr-4e4d5713ba82d3a6b0158cd15202be7928b79335.tar.gz
Debian packaging updates for attr - libc-dev dependencies, and -O2 builds.
Merge of master-melb:xfs-cmds:25571a by kenmcd.
Diffstat (limited to 'm4')
-rw-r--r--m4/package_globals.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index c28e1a1..665afc8 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -19,7 +19,7 @@ AC_DEFUN([AC_PACKAGE_GLOBALS],
debug_build="$DEBUG"
AC_SUBST(debug_build)
- OPTIMIZER=${OPTIMIZER:-'-g'} dnl -O2
+ OPTIMIZER=${OPTIMIZER:-'-g -O2'}
opt_build="$OPTIMIZER"
AC_SUBST(opt_build)