mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
21 lines
395 B
Diff
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" != ":")
|
|
|
|
|