projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd679d
)
Move -lsocket test to better place, simplify
author
Marko Kreen
<markokr@gmail.com>
Mon, 29 Oct 2012 12:00:56 +0000
(14:00 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 29 Oct 2012 12:00:56 +0000
(14:00 +0200)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 7a25478a84e779542ca2976d49739aa86c5b9783..da1c53703093a9e2f420a1e3afeb6f5396259836 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5,8
+5,6
@@
AC_CONFIG_SRCDIR(python/londiste.py)
AC_CONFIG_HEADER(lib/usual/config.h)
AC_PREREQ([2.59])
-AC_SEARCH_LIBS([send,recv],[socket],[],[],[])
-
dnl Find Python interpreter
AC_ARG_WITH(python, [ --with-python=PYTHON name of the Python executable (default: python)],
[ AC_MSG_CHECKING(for python)
@@
-149,6
+147,9
@@
AC_CHECK_FUNCS(unsetenv)
dnl Optional use of libevent
AC_USUAL_LIBEVENT_OPT
+dnl Needed on SmartOS (Solaris)
+AC_SEARCH_LIBS([socket],[socket])
+
AC_USUAL_DEBUG
AC_USUAL_CASSERT