From: handa Date: Tue, 22 Nov 2005 07:01:29 +0000 (+0000) Subject: Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. X-Git-Tag: REL-0-9-5~41 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c549772ab91737a43aad13fb92274458618d21f;p=m17n%2Flibotf.git Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. --- diff --git a/configure.ac b/configure.ac index 5e82c4a..52f651a 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_PATH_XTRA AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h]) -AC_CHECK_HEADER(X11/Xaw/Command.h, , no_x=yes) +AC_CHECK_HEADERS([X11/Xaw/Command.h], , no_x=yes) # Checks for typedefs, structures, and compiler characteristics.