[autobuild] set NO_RDYNAMIC=yes for midipix

(thx Redfoxmoon)
personal/stbuehler/mod-csrf
Glenn Strauss 2016-12-16 17:43:10 -05:00
parent 4d7f5737f1
commit 539deb7370
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ AC_MINIX
dnl AC_CANONICAL_HOST
case $host_os in
*darwin*|*cygwin*|*aix*|*mingw* ) NO_RDYNAMIC=yes;;
*darwin*|*cygwin*|*aix*|*mingw*|*midipix* ) NO_RDYNAMIC=yes;;
* ) NO_RDYNAMIC=no;;
esac
AM_CONDITIONAL(NO_RDYNAMIC, test x$NO_RDYNAMIC = xyes)