summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2023-03-12 11:05:23 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2023-03-12 11:05:23 +0900
commiteb2189dada182848d05466abbae885c3bd4fdba0 (patch)
treeb17ddd874a96a8511a7e7d7ed3c71d7e7fa0d9bc /configure.ac
parent3db276b40c0b82f26d4d013d70d380d8baf173e0 (diff)
parent011d98801d705347446f49ba8acad512ea705061 (diff)
downloadlibhangul-eb2189dada182848d05466abbae885c3bd4fdba0.tar.gz
Merge branch 'win32-glob' of https://github.com/wkpark/libhangul
win32: ENABLE_EXTERNAL_KEYBOARDS 지원 #73 https://github.com/libhangul/libhangul/pull/73 * 'win32-glob' of https://github.com/wkpark/libhangul: win32: add the -p:ExternalKeyboard property option. win32: fix for win32. win32: fix hangul_keyboard_get_default_keyboard_path() win32: use Find*File() for win32 cmake: check glob.h and add config.h.cmake.in
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f1e85b9..65d13b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AC_PROG_INSTALL
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h string.h limits.h])
AC_CHECK_HEADERS([langinfo.h])
+AC_CHECK_HEADERS([glob.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL