SQL: Allow spaces in DB names (remove wordexp.h)

Fixes #292
This commit is contained in:
Evan Miller
2021-04-04 22:07:31 -04:00
parent 015089ae34
commit c494f0d746
2 changed files with 3 additions and 42 deletions

View File

@@ -30,7 +30,6 @@ AC_PROG_YACC
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h unistd.h xlocale.h)
AC_CHECK_HEADERS(wordexp.h)
AC_CHECK_LIB(mswstr, DBLCMapStringW)
AC_CHECK_DECLS([program_invocation_short_name], [], [], [[
#define _GNU_SOURCE