aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-06-20 15:00:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-06-20 15:00:30 +0300
commit120c3ea96818338027cd47d0fd92d7405292f436 (patch)
treeb5f0f237d3f04010252d24983f0e999bdbc301da
parentc0c95c69115dadc90aa69ddc3dc5792004f43d5e (diff)
downloaddirevent-120c3ea96818338027cd47d0fd92d7405292f436.tar.gz
direvent-120c3ea96818338027cd47d0fd92d7405292f436.tar.bz2
Bugfix
* configure.ac (INCLUDE_PATH_ARGS): Quote definition for shell
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35ccf1a..40d41c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
AM_GNU_GETTEXT_VERSION([0.18])
-AC_SUBST(INCLUDE_PATH_ARGS,[$(pkgdatadir)/$(VERSION):$(pkgdatadir)/include])
+AC_SUBST(INCLUDE_PATH_ARGS,['$(pkgdatadir)/$(VERSION):$(pkgdatadir)/include'])
AC_ARG_WITH([include-path],
[AC_HELP_STRING([--with-include-path=PATH],
[set direvent runtime include path])],

Return to:

Send suggestions and report system problems to the System administrator.