aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-06-16 21:13:15 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-16 21:13:15 +0200
commit514b8d62123e3d63f2b935aa1d58e5c411f3f603 (patch)
tree43cbaf88de747feb4f13457a6572b8b19d86c8b8 /autogen.sh
parentccba91c746dfbb5623d537f39842c6873607db96 (diff)
downloadudev-514b8d62123e3d63f2b935aa1d58e5c411f3f603.tar.gz
configure: enable all extras by default, provide --disable-extras
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e41bae05..63c19977 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 $@