summaryrefslogtreecommitdiffstats
path: root/m4/np_mysqlclient.m4
diff options
context:
space:
mode:
authordatamuc <m@rbfh.de>2023-10-04 12:02:25 (GMT)
committerGitHub <noreply@github.com>2023-10-04 12:02:25 (GMT)
commit9280b0eee22b9d4272b469d6ca0f7373d2aef67e (patch)
treea6ddce7b79fca4344fec2a48ec74127a4ddcfb62 /m4/np_mysqlclient.m4
parentdfa5aa4b83c33ed6b609e7f79ebe1f03507b679c (diff)
parentd31dddadaf829d36b40ff02252dc523cf5078260 (diff)
downloadmonitoring-plugins-9280b0eee22b9d4272b469d6ca0f7373d2aef67e.tar.gz
Merge branch 'master' into merge-jitter
Diffstat (limited to 'm4/np_mysqlclient.m4')
-rw-r--r--m4/np_mysqlclient.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/np_mysqlclient.m4 b/m4/np_mysqlclient.m4
index 9f533ea..9fe38ac 100644
--- a/m4/np_mysqlclient.m4
+++ b/m4/np_mysqlclient.m4
@@ -13,7 +13,7 @@ dnl np_mysql_libs = flags for libs, from mysql_config --libs
13dnl np_mysql_cflags = flags for cflags, from mysql_config --cflags 13dnl np_mysql_cflags = flags for cflags, from mysql_config --cflags
14dnl Also sets in config.h: 14dnl Also sets in config.h:
15dnl HAVE_MYSQLCLIENT 15dnl HAVE_MYSQLCLIENT
16dnl Copile your code with: 16dnl Compile your code with:
17dnl $(CC) $(np_mysql_include) code.c $(np_mysql_libs) 17dnl $(CC) $(np_mysql_include) code.c $(np_mysql_libs)
18 18
19AC_DEFUN([np_mysqlclient], 19AC_DEFUN([np_mysqlclient],