summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-03 12:01:09 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-03 12:01:09 +0000
commit5214f1b29b816754197c5c5bb8c94f495653ae8a (patch)
treea0b271e6e4d90239e807c69de1a252583277d0c9
parentmake distclean is now always possible (diff)
removed useless library dependencies
-rwxr-xr-xsrc/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index f98c763..2112aa8 100755
--- a/src/configure
+++ b/src/configure
@@ -112,7 +112,6 @@ case $TARGET in
rm -rf tun.c
ln -sf linux/tun.c
echo "loading Linux specific TUN Device"
- LDFLAGS=$LDFLAGS" -ldl"
;;
OpenBSD|FreeBSD|NetBSD)
rm -rf tun.c
@@ -133,7 +132,7 @@ esac
case $CRYPTO_LIB in
gcrypt)
- LDFLAGS=$LDFLAGS' -lgcrypt -lgpg-error'
+ LDFLAGS=$LDFLAGS' -lgcrypt'
echo "using libgcrypt library"
;;
ssl)