summaryrefslogtreecommitdiffstats
path: root/source/configure
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-03-31 19:07:27 +0000
committerJeremy Allison <jra@samba.org>2001-03-31 19:07:27 +0000
commit23c513839f925943b9449dd245d2b1a7c39c6c4a (patch)
treefc388490092d2696cd9b33960846b7eca8a6121d /source/configure
parent401dea8c32a62bb1eba66b18692edc315e035611 (diff)
downloadsamba-23c513839f925943b9449dd245d2b1a7c39c6c4a.tar.gz
samba-23c513839f925943b9449dd245d2b1a7c39c6c4a.tar.xz
samba-23c513839f925943b9449dd245d2b1a7c39c6c4a.zip
configure configure.in include/config.h.in lib/replace.c: Added test and replacement
for setlinebuf which apparantly doesn't exist on HPUX 11. rpc_parse/parse_prs.c: Fixed bug spotted by the sharp eyes of JF - big endian unicode packet would cause a early truncate of string parsing as we were checking for a char * 0, not a uint16 * 0. Jeremy.
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure b/source/configure
index 50ac353e02f..d01fa654cd9 100755
--- a/source/configure
+++ b/source/configure
@@ -1049,7 +1049,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-for ac_prog in mawk gawk nawk awk
+for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -5234,7 +5234,7 @@ else
fi
done
-for ac_func in fseek64 fseeko64 ftell64 ftello64 setluid getpwanam
+for ac_func in fseek64 fseeko64 ftell64 ftello64 setluid getpwanam setlinebuf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5241: checking for $ac_func" >&5