Skip to content

Commit

Permalink
Fix for CONC-170: missing blank in mariadb_config --libs output
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Mar 24, 2016
1 parent 4c0af43 commit 2004962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb_config/mariadb_config.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
static char *mariadb_progname;

#define INCLUDE "-I@PREFIX_INSTALL_DIR@/@INCLUDE_INSTALL_DIR@/@SUFFIX_INSTALL_DIR@ -I@PREFIX_INSTALL_DIR@/@INCLUDE_INSTALL_DIR@/@SUFFIX_INSTALL_DIR@/mysql"
#define LIBS "-L@PREFIX_INSTALL_DIR@/@LIB_INSTALL_DIR@/@SUFFIX_INSTALL_DIR@ -lmariadb" \
#define LIBS "-L@PREFIX_INSTALL_DIR@/@LIB_INSTALL_DIR@/@SUFFIX_INSTALL_DIR@ -lmariadb " \
"@extra_dynamic_LDFLAGS@"
#define LIBS_SYS "@extra_dynamic_LDFLAGS@"
#define CFLAGS INCLUDE " @CMAKE_C_FLAGS@"
Expand Down

0 comments on commit 2004962

Please sign in to comment.