qucs_s/contrib/patch_asco_osx.diff
2014-05-16 16:55:41 +02:00

21 lines
395 B
Diff

diff --git a/configure.ac b/configure.ac
index 6d362b0..6300469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,13 @@ if test "x$GCC" = xyes; then
fi
fi
+dnl Force the Unix definition
+case $host_os in
+ *darwin*)
+ CFLAGS="$CFLAGS -DUNIX -I/usr/include/malloc"
+ ;;
+esac
+
dnl Check for MP-ICC.
AC_PATH_PROG(CC_MPI, mpicc, :)
AM_CONDITIONAL(MPI, test "$CC_MPI" != ":")