Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
14589fa5
Commit
14589fa5
authored
Aug 16, 2016
by
Andreas Marek
Browse files
wrong configure help text for --enable-assumed-size
parent
6dd9225e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
14589fa5
...
@@ -878,9 +878,9 @@ DX_HTML_FEATURE(ON)
...
@@ -878,9 +878,9 @@ DX_HTML_FEATURE(ON)
DX_INIT_DOXYGEN([ELPA], [Doxyfile], [docs])
DX_INIT_DOXYGEN([ELPA], [Doxyfile], [docs])
DESPERATELY_WANT_ASSUMED_SIZE=no
DESPERATELY_WANT_ASSUMED_SIZE=no
AC_MSG_CHECKING(whether --enable-assumed-size
-arrays
is specified)
AC_MSG_CHECKING(whether --enable-assumed-size is specified)
AC_ARG_ENABLE([assumed-size],
AC_ARG_ENABLE([assumed-size],
AS_HELP_STRING([--enable-assumded-size
-arrays
],
AS_HELP_STRING([--enable-assumded-size],
[use assumed-size Fortran arrays]),
[use assumed-size Fortran arrays]),
[],
[],
[DESPERATELY_WANT_ASSUMED_SIZE=no])
[DESPERATELY_WANT_ASSUMED_SIZE=no])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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