cross-compiler changes
authorNils Durner <durner@gnunet.org>
Thu, 24 Mar 2011 20:54:36 +0000 (20:54 +0000)
committerNils Durner <durner@gnunet.org>
Thu, 24 Mar 2011 20:54:36 +0000 (20:54 +0000)
configure.ac
src/include/winproc.h

index b5b95721282c61313b54ace00ae36326b730bae4..3e45ddaa55d8ece085ce56c018dad1343cd9ee72 100644 (file)
@@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([gnunet_config.h])
 AH_TOP([#define _GNU_SOURCE  1])
 
 # Checks for programs.
-AC_CANONICAL_HOST
+AC_CANONICAL_SYSTEM
 AC_PROG_AWK
 AC_PROG_CC
 gl_EARLY
@@ -193,6 +193,8 @@ then
   AC_MSG_ERROR([GNUnet needs libgcrypt])
 fi
 
+if test $build = $target
+then
 AC_MSG_CHECKING([for working HMAC])
 AC_LANG_PUSH(C)
 LIBS="$LIBS $LIBGCRYPT_LIBS"
@@ -247,6 +249,8 @@ LIBCURL_CHECK_CONFIG(,7.20.1,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.20.1]))
 # restore LIBS
 LIBS=$SAVE_LIBS
 
+fi     # $build = $target
+
 # glpk
 #AC_CHECK_HEADERS(glpk.h, glpk=true)
 #AM_CONDITIONAL(HAVE_GLPK, test x$glpk = xtrue)
index 595180a96d4d83f0c9bb954ce3323c539c5288bf..a29130e660e353f47d9f8a2a46bc197d30762de1 100644 (file)
@@ -42,9 +42,9 @@
 #include <shlobj.h>
 #include <objbase.h>
 #include <sys/param.h>          /* #define BYTE_ORDER */
-#include <Ntsecapi.h>
+#include <ntsecapi.h>
 #include <lm.h>
-#include <Aclapi.h>
+#include <aclapi.h>
 
 
 #ifdef __cplusplus