summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2003-05-09 16:26:29 +0000
committerBruce Momjian2003-05-09 16:26:29 +0000
commit0afe5417d79711bc73cfbffd01baf97912ad46d6 (patch)
tree9908d35b2b5264ae82c56c2a0d7640b3262caedd /configure
parent995773be1ce2e5270bad69c02b551871f27c5a66 (diff)
Add rint() to /port, remove from qnx/.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 8764d931f5a..ca5904086a9 100755
--- a/configure
+++ b/configure
@@ -11078,7 +11078,8 @@ fi
-for ac_func in fseeko gethostname getopt_long getrusage inet_aton random srandom strcasecmp strdup strerror strtol strtoul
+
+for ac_func in fseeko gethostname getopt_long getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -11261,6 +11262,7 @@ LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS opendir.$ac_objext" ;;
esac
+# Now that rint() is /port, I am not sure this still works, bjm 2003-05-09
# On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;
# this hackery with HPUXMATHLIB allows us to cope.
HPUXMATHLIB=""