From a18cecd002042203ceba637e36e7befe64332ba8 Mon Sep 17 00:00:00 2001 From: Matt Ingenthron Date: Wed, 6 May 2009 12:04:31 -0700 Subject: [PATCH] Added AC_SEARCH_LIBS for compilation on OpenSolaris --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2f1ac77..2ea7799 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ else fi AC_MSG_NOTICE([libstrophe will use the $with_parser XML parser]) +AC_SEARCH_LIBS([socket], [socket]) AM_CONDITIONAL([BUILD_EXPAT], [test x$with_parser = xbuiltin]) AM_CONDITIONAL([PARSER_EXPAT], [test x$with_parser != xlibxml2]) @@ -41,4 +42,4 @@ AC_SUBST(PARSER_NAME) AC_SUBST(PARSER_CFLAGS) AC_SUBST(PARSER_LIBS) AC_CONFIG_FILES([Makefile]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT