diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 21:13:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 21:13:15 +0200 |
commit | 514b8d62123e3d63f2b935aa1d58e5c411f3f603 (patch) | |
tree | 43cbaf88de747feb4f13457a6572b8b19d86c8b8 /autogen.sh | |
parent | ccba91c746dfbb5623d537f39842c6873607db96 (diff) |
configure: enable all extras by default, provide --disable-extras
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index e41bae05cf..63c1997736 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ CFLAGS="-g -Wall \ libdirname=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) args="--prefix=/usr --exec-prefix= --sysconfdir=/etc \ --libdir=/usr/$libdirname --with-libdir-name=$libdirname \ ---with-selinux --enable-gtk-doc --enable-extras" +--with-selinux --enable-gtk-doc" export CFLAGS="$CFLAGS -O2" ./configure $args $@ |