Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
103e1e74
Commit
103e1e74
authored
Apr 09, 2010
by
Roland Levillain
Browse files
configure.ac: Protect variables with double quotes.
parent
5a5ceb89
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
103e1e74
2010-04-09 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Protect variables with double quotes.
2010-04-09 Roland Levillain <roland@lrde.epita.fr>
Improve Swilena's configuration.
...
...
configure.ac
View file @
103e1e74
...
...
@@ -173,7 +173,7 @@ OLN_WITH_LIB([TESSERACT], [tesseract/baseapi.h], [tesseract_full], [tesseract],
AC_ARG_ENABLE([trimesh],
[AS_HELP_STRING([--enable-trimesh],
[build the (bundled) trimesh2 library])])
AM_CONDITIONAL([ENABLE_TRIMESH], [test x$enable_trimesh = xyes])
AM_CONDITIONAL([ENABLE_TRIMESH], [test
"
x$enable_trimesh
"
= xyes])
AC_CONFIG_SUBDIRS([external/trimesh])
## --------- ##
...
...
@@ -226,7 +226,7 @@ dnl<<lrde
## Scribo. ##
## -------- ##
AM_CONDITIONAL([ENABLE_SCRIBO], [test x$enable_scribo = xyes])
AM_CONDITIONAL([ENABLE_SCRIBO], [test
"
x$enable_scribo
"
= xyes])
AC_CONFIG_FILES([
scribo/Makefile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment