This website works better with JavaScript.
Home
Help
Register
Sign In
UBB
/
generarxml
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
configure change
master
Chris Cromer
4 years ago
parent
d3a44b689c
commit
591a50904b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+ 1
- 1
configure.ac
View File
@ -41,7 +41,7 @@ http://www.libxml.org/.]))
AM_CFLAGS=(`xml2-config --cflags`)
PKG_CHECK_MODULES(
LIBXML2, libxml-2.0
)
PKG_CHECK_MODULES(
[libxml2], [libxml-2.0]
)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
Write
Preview
Loading…
Cancel
Save