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
elpa
elpa
Commits
9c0e4b12
Commit
9c0e4b12
authored
May 18, 2017
by
Andreas Marek
Browse files
Make building with ftimings default
parent
77cd3307
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9c0e4b12
...
...
@@ -157,13 +157,12 @@ fi
AM_CONDITIONAL([HAVE_REDIRECT],[test x"$enable_redirect" = x"yes"])
dnl build with ftimings support
AC_MSG_CHECKING(whether ELPA should be build with more detailed timing support)
AC_ARG_ENABLE([timings],
[AS_HELP_STRING([--enable-timings],
[more detailed timing, default no.])],
[enable_timings="$enableval"],
[enable_timings=no])
AC_MSG_RESULT([${enable_timings}])
[AS_HELP_STRING([--disable-timings],
[more detailed timing, default yes])],
[],
[enable_timings=yes])
if test x"${enable_timings}" = x"yes"; then
AC_DEFINE([HAVE_DETAILED_TIMINGS], [1], [Enable more timing])
...
...
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