/[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.63 by sysadm, Thu Nov 20 09:02:46 2025 UTC Revision 1.64 by sysadm, Fri Nov 21 02:49:26 2025 UTC
# Line 34  AC_ARG_WITH([iconv], Line 34  AC_ARG_WITH([iconv],
34              [with_iconv="no"])              [with_iconv="no"])
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              [],              [AS_IF([test "x$with_mariadb" = xyes],
38                       [AC_DEFINE([HAVE_MARIADB_CLIENT], [1], [Define if MariaDB client is used])])],
39              [with_mariadb="no"])              [with_mariadb="no"])
40  AC_ARG_ENABLE([systemd],  AC_ARG_ENABLE([systemd],
41                [AS_HELP_STRING([--enable-systemd], [Enable systemd daemon])],                [AS_HELP_STRING([--enable-systemd], [Enable systemd daemon])],


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

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