dnl
AC_DEFUN([OL_DECL_STRDUP],
[
-AC_MSG_CHECKING([strdup decleration])
+AC_MSG_CHECKING([strdup declaration])
AC_CACHE_VAL(ol_cv_dcl_strdup,[
AC_TRY_COMPILE([
#include <string.h> ],
- [extern char *strdup()],
+ [extern char *strdup();],
[ol_cv_dcl_strdup=yes],
[ol_cv_dcl_strdup=no])])
AC_MSG_RESULT($ol_cv_dcl_strdup)
-echo $ac_n "checking strdup decleration""... $ac_c" 1>&6
-echo "configure:10094: checking strdup decleration" >&5
+echo $ac_n "checking strdup declaration""... $ac_c" 1>&6
+echo "configure:10094: checking strdup declaration" >&5
if eval "test \"`echo '$''{'ol_cv_dcl_strdup'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
#include <string.h>
int main() {
-extern char *strdup()
+extern char *strdup();
; return 0; }
EOF
if { (eval echo configure:10108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then