Skip to content
Snippets Groups Projects
Commit f634f737 authored by Oliver Sander's avatar Oliver Sander
Browse files

bug fix: the configure option string was misspelled

[[Imported from SVN: r5445]]
parent 0870e649
No related branches found
No related tags found
No related merge requests found
AC_DEFUN([DUNE_EXPRTMPL],[
# enable experimental features
AC_ARG_ENABLE(expressiontemplates,
AC_HELP_STRING([--enable-exmpressiontemplates],[enable experimental expressiontemplates in dune]))
AC_HELP_STRING([--enable-expressiontemplates],[enable experimental expressiontemplates in dune]))
if test x$enable_expressiontemplates = xyes; then
AC_DEFINE([DUNE_EXPRESSIONTEMPLATES], [1],
[Define to 1 if the experimental expression templates should be used])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment