summaryrefslogtreecommitdiff
path: root/aclocal.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 /aclocal.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 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 8ef1705..1db725a 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -32,7 +32,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)