summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1151ad1..e1b7e05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,6 +362,11 @@ AS_IF(
dnl ======================
AC_CHECK_HEADERS(getopt.h)
+ dnl ======================
+ dnl Check for wordexp
+ dnl ======================
+ AC_CHECK_FUNCS([wordexp])
+
dnl ***
dnl *** Input plugins
dnl ***