]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typos
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Feb 2013 17:14:56 +0000 (12:14 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Feb 2013 17:14:56 +0000 (12:14 -0500)
src/modules/rlm_eap/types/rlm_eap_ikev2/configure
src/modules/rlm_eap/types/rlm_eap_ikev2/configure.in

index 0367c18dc240fb2362b10e92f2d9016bc0978e24..e6e42bf90b3e4ce9ff099674fa14bb9ee2fd9dfb 100755 (executable)
@@ -1255,7 +1255,7 @@ Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-eap-ikev2-include-dir=DIR
-                          Directory where the json-c includes may be found
+                          Directory where the eap-ikev2 includes may be found
   --with-eap-ikev2-lib-dir=DIR
                           Directory where the eap-ikev2 libraries may be found
   --with-eap-ikev2-dir=DIR
@@ -2949,8 +2949,7 @@ $as_echo "$as_me: WARNING: FAILURE: rlm_eap_ikev2 requires: $fail." >&2;};
 fi
 
 eap_ikev2_cflags="${SMART_CFLAGS}"
-eap_ikev2_ldflags="${OPENSSL_LIBS} ${SMART_LIBS}"
-
+eap_ikev2_ldflags="${SMART_LIBS}"
 
 
 
index f8ee07ce6c8ba43c5964d375207e7258b852c68e..52b05fd9c87f52ef8f2703d920e8ecba6b69ed08 100644 (file)
@@ -7,7 +7,7 @@ if test x$with_[]modname != xno; then
        eap_ikev2_include_dir=
        AC_ARG_WITH(eap-ikev2-include-dir,
                [AS_HELP_STRING([--with-eap-ikev2-include-dir=DIR],
-               [Directory where the json-c includes may be found])],
+               [Directory where the eap-ikev2 includes may be found])],
                [case "$withval" in
                    no)
                        AC_MSG_ERROR(Need eap-ikev2-include-dir)
@@ -101,12 +101,10 @@ if test x"$fail" != x""; then
 fi
 
 eap_ikev2_cflags="${SMART_CFLAGS}"
-eap_ikev2_ldflags="${OPENSSL_LIBS} ${SMART_LIBS}"
+eap_ikev2_ldflags="${SMART_LIBS}"
 
 AC_SUBST(eap_ikev2_cflags)
 AC_SUBST(eap_ikev2_ldflags)
 
-dnl AC_CONFIG_HEADER(config.h)
-
 AC_SUBST(targetname)  # keep this!  Don't change!
 AC_OUTPUT(all.mk)  # keep this!  Don't change!