diff options
Diffstat (limited to 'misc/gnomeutils/files/patch-configure')
-rw-r--r-- | misc/gnomeutils/files/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/misc/gnomeutils/files/patch-configure b/misc/gnomeutils/files/patch-configure deleted file mode 100644 index 336f5e9ed741..000000000000 --- a/misc/gnomeutils/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Sun Feb 9 15:51:58 2003 -+++ configure Tue Feb 11 21:52:32 2003 -@@ -6124,7 +6124,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- GUILE_LIBS="-ldl $GUILE_LIBS" -+ GUILE_LIBS="$GUILE_LIBS" - else - echo "$ac_t""no" 1>&6 - fi -@@ -6775,7 +6775,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam -ldl $LIBS" -+LIBS="-lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6781 "configure" - #include "confdefs.h" -@@ -6815,7 +6815,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam_misc -ldl -lpam $LIBS" -+LIBS="-lpam_misc -lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6821 "configure" - #include "confdefs.h" -@@ -6843,10 +6843,10 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PAM_LIBS="-ldl -lpam -lpam_misc" -+ PAM_LIBS="-lpam -lpam_misc" - else - echo "$ac_t""no" 1>&6 --PAM_LIBS="-ldl -lpam" -+PAM_LIBS="-lpam" - fi - - |