projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da826d
)
Add missing AM_PROG_CC_C_O to configure.ac.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:08:29 +0000
(17:08 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:08:29 +0000
(17:08 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
41ddc6c
..
5cdd642
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-18,6
+18,8
@@
AC_PROG_CC_C99
AC_PROG_CPP
AC_PROG_INSTALL
+AM_PROG_CC_C_O
+
dnl Check and set OS
AC_CANONICAL_HOST