Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1121)

Unified Diff: configure.ac

Issue 569120043: Add configure option `--with-flexlexer-dir`.
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « aclocal.m4 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configure.ac
diff --git a/configure.ac b/configure.ac
index 30e1f3b44c8c560fe0070ccc2997095ce86e4351..4f32ad47df5fe8281e5dc4908cadacc135c11f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,12 @@ AC_ARG_ENABLE(documentation,
[DOCUMENTATION=$enableval])
AC_SUBST(DOCUMENTATION)
+AC_ARG_WITH(flexlexer-dir,
+ [AS_HELP_STRING([--with-flexlexer-dir=DIR],
+ [location of FlexLexer.h.])],
+ [FLEXLEXER_DIR=$withval],
+ [FLEXLEXER_DIR=""])
+
GUILEv2=no
AC_ARG_ENABLE(guile2,
[AS_HELP_STRING([--enable-guile2],
« no previous file with comments | « aclocal.m4 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b