diff options
Diffstat (limited to '')
-rw-r--r-- | os/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/config.m4 b/os/config.m4 index 00c7ff6599..5869401421 100644 --- a/os/config.m4 +++ b/os/config.m4 @@ -1,7 +1,7 @@ AC_MSG_CHECKING(for target platform) #PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess` -PLATFORM=`$ac_config_guess` +PLATFORM=$host LIBPRE=lib case "$PLATFORM" in |