aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-22 00:14:57 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-22 00:14:57 +0000
commitccd373d0966e45e4700f701160d1ac91ffcb9396 (patch)
treee8ff929c8972248b608cba945197d441e43c8f79 /configure
parent8e4e9304074fff69226b86bdc16cfd617115cd99 (diff)
downloadopen-axiom-ccd373d0966e45e4700f701160d1ac91ffcb9396.tar.gz
Fix typo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c9437a21..30a04657 100755
--- a/configure
+++ b/configure
@@ -13934,7 +13934,7 @@ $as_echo "$ac_cv_search_accept" >&6; }
ac_res=$ac_cv_search_accept
if test "$ac_res" != no; then
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- axiom_c_runtime_extra="-lsocket"
+
else
{ { $as_echo "$as_me:$LINENO: error: socket library not found" >&5
$as_echo "$as_me: error: socket library not found" >&2;}
@@ -13969,7 +13969,7 @@ return gethostbyname ();
return 0;
}
_ACEOF
-for ac_lib in '' nls; do
+for ac_lib in '' nsl; do
if test -z "$ac_lib"; then
ac_res="none required"
else