Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
304484e4
Commit
304484e4
authored
Jan 26, 2008
by
Glenn Morris
Browse files
(--without-gcc): By default, neither off nor on.
parent
9f3b76d5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+4
-1
No files found.
ChangeLog
View file @
304484e4
2008-01-26 Glenn Morris <rgm@gnu.org>
* configure.in (--without-gcc): By default, neither off nor on.
2008-01-25 Glenn Morris <rgm@gnu.org>
* configure.in: Correct usage of OPTION_DEFAULT_ON,
...
...
configure.in
View file @
304484e4
...
...
@@ -70,7 +70,10 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl
m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl
])dnl
OPTION_DEFAULT_ON([gcc],[don't use GCC to compile Emacs if GCC is found])
dnl By default, neither off nor on.
AC_ARG_WITH([gcc],
[AS_HELP_STRING([--without-gcc],
[don't use GCC to compile Emacs even if GCC is found])])
OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail])
if test "$with_pop" = yes; then
...
...
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