[autobuild] set NO_RDYNAMIC=yes for midipix
(thx Redfoxmoon)personal/stbuehler/mod-csrf
parent
4d7f5737f1
commit
539deb7370
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue