/[LeafOK_CVS]/lbbs/configure.ac
ViewVC logotype

Diff of /lbbs/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.58 by sysadm, Mon Nov 17 06:41:18 2025 UTC Revision 1.59 by sysadm, Mon Nov 17 06:57:54 2025 UTC
# Line 24  PKG_PROG_PKG_CONFIG Line 24  PKG_PROG_PKG_CONFIG
24  PKG_CHECK_MODULES([LIBSSH], [libssh])  PKG_CHECK_MODULES([LIBSSH], [libssh])
25  PKG_CHECK_MODULES([LIBPCRE2], [libpcre2-8])  PKG_CHECK_MODULES([LIBPCRE2], [libpcre2-8])
26    
27    AC_ARG_WITH([iconv],
28                [AS_HELP_STRING([--with-iconv], [Use iconv library package config])],
29                [],
30                [with_iconv="no"])
31    
32    AS_IF([test "x$with_iconv" = xyes],
33          [PKG_CHECK_MODULES([LIBICONV], [libiconv])])
34    
35  AC_ARG_WITH([mariadb],  AC_ARG_WITH([mariadb],
36              [AS_HELP_STRING([--with-mariadb], [Use MariaDB library instead of MySQL client library])],              [AS_HELP_STRING([--with-mariadb], [Use MariaDB library instead of MySQL client library])],
37              [],              [],


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1