diff options
Diffstat (limited to 'x11-wm/e16/files/patch-ae')
-rw-r--r-- | x11-wm/e16/files/patch-ae | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-wm/e16/files/patch-ae b/x11-wm/e16/files/patch-ae deleted file mode 100644 index 0f62992192aa..000000000000 --- a/x11-wm/e16/files/patch-ae +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Tue Nov 23 17:13:27 1999 -+++ configure Tue Nov 23 17:14:09 1999 -@@ -3632,14 +3632,14 @@ - - - --echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:3637: checking for dlopen in -ldl" >&5 -+echo $ac_n "checking for dlopen""... $ac_c" 1>&6 -+echo "configure:3637: checking for dlopen" >&5 - ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ldl -lm $LIBS" -+LIBS="-lm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3645 "configure" - #include "confdefs.h" -@@ -3667,7 +3667,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- DL_LIBS=-ldl -+ DL_LIBS= - else - echo "$ac_t""no" 1>&6 - |