projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c582c81
)
Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER.
author
handa
<handa>
Tue, 22 Nov 2005 07:01:29 +0000
(07:01 +0000)
committer
handa
<handa>
Tue, 22 Nov 2005 07:01:29 +0000
(07:01 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5e82c4a
..
52f651a
100644
(file)
--- 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.