projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601a71a
)
usual.m4: unbreak compiler dependency generation check
author
Marko Kreen
<markokr@gmail.com>
Sun, 28 Oct 2012 21:41:01 +0000
(23:41 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 29 Oct 2012 15:10:12 +0000
(17:10 +0200)
m4/usual.m4
patch
|
blob
|
blame
|
history
diff --git
a/m4/usual.m4
b/m4/usual.m4
index ab9460131130b96e438d14087f45c6c7a951458b..1758f8d766d8203f3668554c601341cbdd34ece5 100644
(file)
--- a/
m4/usual.m4
+++ b/
m4/usual.m4
@@
-90,7
+90,7
@@
DEPFLAG=""
for flg in '-Wp,-MMD,' '-Wp,-MD,'; do
CFLAGS="$flg,conftest.d"
AC_COMPILE_IFELSE([AC_LANG_SOURCE([void foo(void){}])],
- [
WFLAGS="$WFLAGS $f"
])
+ [
HAVE_CC_DEPFLAG=yes
])
if test "$HAVE_CC_DEPFLAG" = "yes"; then
DEPFLAG="$flg"
break