freebsd-ports/devel/bonobo/files/patch-aa
2000-02-14 19:16:38 +00:00

35 lines
1.1 KiB
Plaintext

--- configure.orig Wed Jan 26 08:41:19 2000
+++ configure Fri Jan 28 12:09:41 2000
@@ -4538,6 +4538,8 @@
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
+ ac_save_LIBS="$LIBS"
+LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 4543 "configure"
#include "confdefs.h"
@@ -4557,6 +4559,7 @@
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
+LIBS="$ac_save_LIBS"
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
@@ -5245,10 +5248,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- esac
+# case "$ac_given_INSTALL" in
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
# The eval makes quoting arguments work.