diff options
Diffstat (limited to 'os/config.m4')
-rw-r--r-- | os/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/config.m4 b/os/config.m4 index 5869401421..7442325d73 100644 --- a/os/config.m4 +++ b/os/config.m4 @@ -2,7 +2,6 @@ AC_MSG_CHECKING(for target platform) #PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess` PLATFORM=$host -LIBPRE=lib case "$PLATFORM" in *beos*) @@ -10,7 +9,6 @@ case "$PLATFORM" in OS_DIR=$OS ;; *pc-os2_emx*) - LIBPRE="" OS="os2" OS_DIR=$OS ;; |