projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f1f2b
)
AC_C_INLINE can be AC_REQUIREd.
author
Bruno Haible
<bruno@clisp.org>
Sun, 17 Aug 2008 16:02:05 +0000
(18:02 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 17 Aug 2008 16:02:05 +0000
(18:02 +0200)
m4/cond.m4
patch
|
blob
|
history
diff --git
a/m4/cond.m4
b/m4/cond.m4
index f20157e172c26da35d379a040fe46ffb2e90a04b..eefee8e83073be9514ab7cc45fcf0162d5f294dc 100644
(file)
--- a/
m4/cond.m4
+++ b/
m4/cond.m4
@@
-7,5
+7,5
@@
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_COND],
[
AC_REQUIRE([gl_THREADLIB])
- AC_
C_INLINE
+ AC_
REQUIRE([AC_C_INLINE])
])