--- libaitcfg/configure 2010/03/22 15:18:41 1.4.2.1 +++ libaitcfg/configure 2010/03/22 19:16:34 1.4.2.2 @@ -3091,10 +3091,85 @@ LDFLAGS="-L/usr/local/lib ${LDFLAGS}" # Checks for libraries. + +{ $as_echo "$as_me:$LINENO: checking for io_TrimStr in -laitio" >&5 +$as_echo_n "checking for io_TrimStr in -laitio... " >&6; } +if test "${ac_cv_lib_aitio_io_TrimStr+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-laitio $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char io_TrimStr (); +int +main () +{ +return io_TrimStr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_aitio_io_TrimStr=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_aitio_io_TrimStr=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aitio_io_TrimStr" >&5 +$as_echo "$ac_cv_lib_aitio_io_TrimStr" >&6; } +if test $ac_cv_lib_aitio_io_TrimStr = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBAITIO 1 +_ACEOF + + LIBS="-laitio $LIBS" + +fi + + # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. - { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then