Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 7 Oct 2009 13:08:55 +0000 (15:08 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 7 Oct 2009 13:08:55 +0000 (15:08 +0200)
configure
configure.in

index 5a3cdb8..66a459c 100755 (executable)
--- a/configure
+++ b/configure
@@ -4791,7 +4791,7 @@ fi
 # Check whether --with-system-libtldl was given.
 if test "${with_system_libtldl+set}" = set; then
   withval=$with_system_libtldl;
-LIBLTDL="-ltdl"
+LIBLTDL="-lltdl"
 INCLTDL=
 LTDL_SUBDIRS=
 
index 770068d..c7d41e6 100644 (file)
@@ -75,7 +75,7 @@ fi
 AC_ARG_WITH(system-libtldl,
 [  --with-system-libtldl   Use the libtltdl installed in your system (default=use our own)],
 [
-LIBLTDL="-ltdl"
+LIBLTDL="-lltdl"
 INCLTDL=
 LTDL_SUBDIRS=
 ],