summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-02-03 12:04:51 +0100
committerDan Winship <danw@gnome.org>2014-02-03 12:13:41 +0100
commitdd58d9c70330a4e0dc92a3b912e783984368ae74 (patch)
treed229bad4d3411aab31c32d690d09a40f981294c5 /autogen.sh
parent736bc1c7db2f39dba83e4946b991168b1d679d28 (diff)
downloadNetworkManager-dd58d9c70330a4e0dc92a3b912e783984368ae74.tar.gz
build: drop the libndp submodule
libndp has existed for a while now. 1.0 was released six months ago. So drop the submodule and just require an installed package.
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 9e3d3d3cf7..1b56207af9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,5 +35,5 @@ AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
if test -z "$NOCONFIGURE"; then
- exec $srcdir/configure --enable-maintainer-mode "$@" --enable-static=libndp
+ exec $srcdir/configure --enable-maintainer-mode "$@"
fi