diff options
author | Dan Winship <danw@gnome.org> | 2014-02-03 12:04:51 +0100 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-02-03 12:13:41 +0100 |
commit | dd58d9c70330a4e0dc92a3b912e783984368ae74 (patch) | |
tree | d229bad4d3411aab31c32d690d09a40f981294c5 /autogen.sh | |
parent | 736bc1c7db2f39dba83e4946b991168b1d679d28 (diff) | |
download | NetworkManager-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-x | autogen.sh | 2 |
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 |