diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-28 03:50:26 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-28 03:50:26 +0000 |
commit | 4e4d5713ba82d3a6b0158cd15202be7928b79335 (patch) | |
tree | 7e4f857032586f62155f8175fb2e5a21137e6bdf /aclocal.m4 | |
parent | 8b1bd9aea1fbd33c4e60b7f7691b4d6211cae872 (diff) | |
download | attr-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |