chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
precomp: New directory for precomputed files.
[mLib]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index d2af6c7b811d1cd6035501adae654df6bf5e5520..107b49b36832ea368c4f701f7155f067582786b7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-60,6
+60,9
@@
AC_CHECK_MEMBERS([struct msgdr.msg_control],,, [
#include <sys/socket.h>
])
+dnl Find out whether we're cross-compiling.
+AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes ])
+
dnl--------------------------------------------------------------------------
dnl Name resolution.