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
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
AC_OUTPUT