diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 20:22:51 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 20:22:51 (GMT) |
commit | e1e1291b72e2f1df81d0346d77e65da677e57878 (patch) | |
tree | dda3324450f75d022d86db6a4deb965dbb9ab679 /m4 | |
parent | 8e2784fa1f4d4bc0aa57aae8458e661985a8ee2a (diff) | |
download | monitoring-plugins-e1e1291b72e2f1df81d0346d77e65da677e57878.tar.gz |
Fix some more typosrefs/pull/1931/head
Diffstat (limited to 'm4')
-rw-r--r-- | m4/np_mysqlclient.m4 | 2 |
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 | |||
13 | dnl np_mysql_cflags = flags for cflags, from mysql_config --cflags | 13 | dnl np_mysql_cflags = flags for cflags, from mysql_config --cflags |
14 | dnl Also sets in config.h: | 14 | dnl Also sets in config.h: |
15 | dnl HAVE_MYSQLCLIENT | 15 | dnl HAVE_MYSQLCLIENT |
16 | dnl Copile your code with: | 16 | dnl Compile your code with: |
17 | dnl $(CC) $(np_mysql_include) code.c $(np_mysql_libs) | 17 | dnl $(CC) $(np_mysql_include) code.c $(np_mysql_libs) |
18 | 18 | ||
19 | AC_DEFUN([np_mysqlclient], | 19 | AC_DEFUN([np_mysqlclient], |