From: handa Date: Wed, 27 Oct 2004 07:47:52 +0000 (+0000) Subject: Check existence of X11/Xaw/Command.h. X-Git-Tag: REL-0-9-5~105 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7b5af6595e6d20f5258fba61fadba97178d51c70;p=m17n%2Flibotf.git Check existence of X11/Xaw/Command.h. --- diff --git a/configure.ac b/configure.ac index b01fd49..985b671 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_PATH_XTRA # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h X11/Xaw/Command.h]) # Checks for typedefs, structures, and compiler characteristics.