diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure index 69ca21f5..6daa5b36 100755 --- a/configure +++ b/configure @@ -275,6 +275,11 @@ printf "warning: disabling dynamic linking support\n" shared=no } +test "$ARCH" = "mips" && { +printf "warning: disabling dynamic linking support on mips (not yet supported)\n" +shared=no +} + printf "creating config.mak... " |