diff src/gsoap.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children 951da75fd09c
line wrap: on
line diff
--- a/src/gsoap.mk	Sun Jun 02 10:31:04 2013 -0400
+++ b/src/gsoap.mk	Sun Jun 02 12:40:32 2013 -0400
@@ -40,8 +40,7 @@
     # http://groups.google.com/group/ikarus-users/browse_thread/thread/fd1d101eac32633f
     cd '$(1)' && ac_cv_func_malloc_0_nonnull=yes ./configure \
         --prefix='$(HOST_PREFIX)' \
-        --host='$(TARGET)' \
-        --build="`config.guess`" \
+        $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --enable-gnutls \
         CPPFLAGS='-DWITH_NTLM'