Added AC_SEARCH_LIBS for compilation on OpenSolaris

This commit is contained in:
Matt Ingenthron
2009-05-06 12:04:31 -07:00
committed by Dustin Sallings
parent e5d1f46170
commit a18cecd002

View File

@@ -33,6 +33,7 @@ else
fi fi
AC_MSG_NOTICE([libstrophe will use the $with_parser XML parser]) 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([BUILD_EXPAT], [test x$with_parser = xbuiltin])
AM_CONDITIONAL([PARSER_EXPAT], [test x$with_parser != xlibxml2]) AM_CONDITIONAL([PARSER_EXPAT], [test x$with_parser != xlibxml2])