File: config-flags.m4

package info (click to toggle)
libfizmo 0.7.15-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,312 kB
  • sloc: ansic: 19,107; sh: 1,540; xml: 807; cpp: 261; makefile: 158
file content (13 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13

AC_ARG_WITH([libxml2-includedir],
 [AS_HELP_STRING([--with-libxml2-includedir],
         [Specify include directory to use for libxml2])],
 [],
 [with_libxml2_includedir=])

AC_ARG_WITH([libxml2-libdir],
 [AS_HELP_STRING([--with-libxml2-libdir],
         [Specify library directory for libxml2])],
 [],
 [with_libxml2_libdir=])