diff --git a/configure b/configure index 41fe11ae2..9b36de251 100755 --- a/configure +++ b/configure @@ -15605,6 +15605,9 @@ fi *) RTLD_PRELOAD_VAR="LDR_PRELOAD";; esac + # cfmakeraw is broken on AIX (and is not documented) + : ${ac_cv_func_cfmakeraw='no'} + # strnlen/strndup may be broken on AIX < 6 depending # on the libc version, use our own. if test $OSMAJOR -lt 6; then diff --git a/configure.ac b/configure.ac index bf345c24c..aa9dc0ce0 100644 --- a/configure.ac +++ b/configure.ac @@ -1894,6 +1894,9 @@ case "$host" in *) RTLD_PRELOAD_VAR="LDR_PRELOAD";; esac + # cfmakeraw is broken on AIX (and is not documented) + : ${ac_cv_func_cfmakeraw='no'} + # strnlen/strndup may be broken on AIX < 6 depending # on the libc version, use our own. if test $OSMAJOR -lt 6; then