From: Arran Cudbard-Bell Date: Mon, 25 Feb 2013 17:14:56 +0000 (-0500) Subject: Fix typos X-Git-Tag: release_3_0_0_beta1~940 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245a812a7d03a72071edf191de6bc323adbfe64b;p=thirdparty%2Ffreeradius-server.git Fix typos --- diff --git a/src/modules/rlm_eap/types/rlm_eap_ikev2/configure b/src/modules/rlm_eap/types/rlm_eap_ikev2/configure index 0367c18dc24..e6e42bf90b3 100755 --- a/src/modules/rlm_eap/types/rlm_eap_ikev2/configure +++ b/src/modules/rlm_eap/types/rlm_eap_ikev2/configure @@ -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}" diff --git a/src/modules/rlm_eap/types/rlm_eap_ikev2/configure.in b/src/modules/rlm_eap/types/rlm_eap_ikev2/configure.in index f8ee07ce6c8..52b05fd9c87 100644 --- a/src/modules/rlm_eap/types/rlm_eap_ikev2/configure.in +++ b/src/modules/rlm_eap/types/rlm_eap_ikev2/configure.in @@ -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!