mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
remove OS/2 platform support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -53,14 +53,6 @@ CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/"
|
||||
echo $CMD
|
||||
$CMD || exit $?
|
||||
|
||||
if test "$SYS" = "OS/2"
|
||||
then
|
||||
# on OS/2, aplibtool --install doesn't copy the .la files & we can't
|
||||
# rename DLLs to have a .so extension or they won't load so none of the
|
||||
# steps below make sense.
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test -s "$TARGETDIR/$DSOARCHIVE_BASENAME"
|
||||
then
|
||||
DLNAME=`sed -n "/^dlname=/{s/.*='\([^']*\)'/\1/;p;}" $TARGETDIR/$DSOARCHIVE_BASENAME`
|
||||
|
Reference in New Issue
Block a user