Index: tests/semantics.at =================================================================== RCS file: /cvsroot/autoconf/autoconf/tests/semantics.at,v retrieving revision 1.50 diff -u -r1.50 semantics.at --- tests/semantics.at 14 May 2005 07:00:40 -0000 1.50 +++ tests/semantics.at 31 Aug 2005 15:31:12 -0000 @@ -83,7 +83,13 @@ case "$ac_cv_search_cos" in -loser|-lust) AC_MSG_ERROR([jeez, $ac_cv_search_cos must be a cool library!]) ;; esac +]) + +# AC_SEARCH_LIBS (none needed) +# ---------------------------- +AT_CHECK_MACRO([AC_SEARCH_LIBS (none needed)], +[ AC_SEARCH_LIBS(printf, oser c ust,, [AC_MSG_ERROR([cannot find `printf'])]) @@ -91,7 +97,6 @@ -loser|-lust) AC_MSG_ERROR([jeez, $ac_cv_search_printf must be a cool library!]) ;; -lc) AC_MSG_ERROR([huh, you need to give -lc?]) esac - ])