Ticket #63262: patch-configure.diff
File patch-configure.diff, 792 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago) |
---|
-
configure
old new 22225 22225 fi 22226 22226 else 22227 22227 found_xml="yes" 22228 XMLCONF_VERSION="`$ xmlconfig--version`"22229 XML_CPPFLAGS="`$ xmlconfig--cflags`"22230 XML_LIBS="`$ xmlconfig--libs`"22228 XMLCONF_VERSION="`$XML_HOME/bin/pkg-config libxml-2.0 --version`" 22229 XML_CPPFLAGS="`$XML_HOME/bin/pkg-config libxml-2.0 --cflags`" 22230 XML_LIBS="`$XML_HOME/bin/pkg-config libxml-2.0 --libs`" 22231 22231 fi 22232 22232 esac 22233 22233 … … 24986 24986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 24987 24987 /* end confdefs.h. */ 24988 24988 24989 #include <string.h> 24989 24990 #include <sys/types.h> 24990 24991 #include <sys/socket.h> 24991 24992 #include <netdb.h>