Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Apr 2015 13:08:41 +0000 (09:08 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Apr 2015 13:08:41 +0000 (09:08 -0400)
src/modules/rlm_securid/configure
src/modules/rlm_securid/configure.ac

index cba2de0..e553fb2 100755 (executable)
@@ -2864,8 +2864,8 @@ fi
 smart_prefix=
 
     if test "x$ac_cv_header_acexport_h" != "xyes"; then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: securid headers not found. Use --with-securid-include-dir=<path>." >&5
-$as_echo "$as_me: WARNING: securid headers not found. Use --with-securid-include-dir=<path>." >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: securid headers not found. Use --with-rlm-securid-include-dir=<path>." >&5
+$as_echo "$as_me: WARNING: securid headers not found. Use --with-rlm-securid-include-dir=<path>." >&2;}
       fail="$fail acexport.h"
     fi
 
@@ -3047,8 +3047,8 @@ fi
 
     if test "x$ac_cv_lib_aceclnt_SD_Init" != "xyes"
     then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: securid libraries not found. Use --with-securid-lib-dir=<path>." >&5
-$as_echo "$as_me: WARNING: securid libraries not found. Use --with-securid-lib-dir=<path>." >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: securid libraries not found. Use --with-rlm-securid-lib-dir=<path>." >&5
+$as_echo "$as_me: WARNING: securid libraries not found. Use --with-rlm-securid-lib-dir=<path>." >&2;}
       fail="$fail libaceclnt"
     fi
 
index 188cc26..fb8031e 100644 (file)
@@ -67,7 +67,7 @@ if test x$with_[]modname != xno; then
     smart_try_dir="$securid_include_dir"
     FR_SMART_CHECK_INCLUDE(acexport.h)
     if test "x$ac_cv_header_acexport_h" != "xyes"; then
-      AC_MSG_WARN([securid headers not found. Use --with-securid-include-dir=<path>.])
+      AC_MSG_WARN([securid headers not found. Use --with-rlm-securid-include-dir=<path>.])
       fail="$fail acexport.h"
     fi
 
@@ -80,7 +80,7 @@ if test x$with_[]modname != xno; then
     FR_SMART_CHECK_LIB(aceclnt, SD_Init)
     if test "x$ac_cv_lib_aceclnt_SD_Init" != "xyes"
     then
-      AC_MSG_WARN([securid libraries not found. Use --with-securid-lib-dir=<path>.])
+      AC_MSG_WARN([securid libraries not found. Use --with-rlm-securid-lib-dir=<path>.])
       fail="$fail libaceclnt"
     fi