blob: c4ddc9ef79efcb2977769920ca058e49a828e008 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Mon Jun 24 11:41:40 2002
+++ configure Sat Nov 30 21:02:28 2002
@@ -7115,6 +7115,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -8339,6 +8340,9 @@
case "$host" in
*-*-darwin*)
PTY_HELPER_GID=admin
+ ;;
+ *-*-freebsd*)
+ PTY_HELPER_GID=wheel
;;
esac
|