]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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>
Tue, 20 Oct 2009 22:04:04 +0000 (00:04 +0200)
configure
configure.in

index 5a3cdb85f9cab10c31b0bea27e1856f7adabe75b..66a459c4208d25f2711247bf1cf6b87ec6347aec 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 770068df6fba2661fa51c98128f5fcd3dbb550a5..c7d41e629f41186cef968e3916de0237665e58a0 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=
 ],