$FreeBSD$ --- configure.orig Fri Feb 8 11:02:55 2002 +++ configure Fri Feb 8 11:47:15 2002 @@ -1193,10 +1193,10 @@ # The aliases save the names the user supplied, while $host etc. # will get canonicalized. -test -n "$target_alias" && - test "$program_prefix$program_suffix$program_transform_name" = \ - NONENONEs,x,x, && - program_prefix=${target_alias}- +#test -n "$target_alias" && +# test "$program_prefix$program_suffix$program_transform_name" = \ +# NONENONEs,x,x, && +# program_prefix=${target_alias}- # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -8721,7 +8721,7 @@ echo "$as_me:8721: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 if test $ac_cv_lib_dl_dlopen = yes; then - GUILE_LIBS="-ldl $GUILE_LIBS" + GUILE_LIBS="$GUILE_LIBS" fi echo "$as_me:8727: checking for t_accept in -lnsl" >&5 @@ -9467,7 +9467,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpam -ldl $LIBS" +LIBS="-lpam $LIBS" cat >conftest.$ac_ext <<_ACEOF #line 9472 "configure" #include "confdefs.h" @@ -9522,7 +9522,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpam_misc -ldl -lpam $LIBS" +LIBS="-lpam_misc -lpam $LIBS" cat >conftest.$ac_ext <<_ACEOF #line 9527 "configure" #include "confdefs.h" @@ -9566,9 +9566,9 @@ echo "$as_me:9566: result: $ac_cv_lib_pam_misc_pam_misc_setenv" >&5 echo "${ECHO_T}$ac_cv_lib_pam_misc_pam_misc_setenv" >&6 if test $ac_cv_lib_pam_misc_pam_misc_setenv = yes; then - PAM_LIBS="-ldl -lpam -lpam_misc" + PAM_LIBS="-lpam -lpam_misc" else - PAM_LIBS="-ldl -lpam" + PAM_LIBS="-lpam" fi else