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
02f35af2
Commit
02f35af2
authored
Feb 06, 2008
by
Glenn Morris
Browse files
Tom Tromey <tromey at redhat.com>
(--with-gcc): Remove.
parent
abdc8c6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
ChangeLog
ChangeLog
+6
-1
configure.in
configure.in
+0
-10
No files found.
ChangeLog
View file @
02f35af2
2008-02-05 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2008-02-06 Tom Tromey <tromey@redhat.com>
* configure.in (--with-gcc): Remove.
* INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2008-02-05 Ulrich Mueller <ulm@gentoo.org>
* INSTALL: Recommend giflib, not libungif.
...
...
configure.in
View file @
02f35af2
...
...
@@ -70,11 +70,6 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl
m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl
])dnl
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
AC_DEFINE(MAIL_USE_POP)
...
...
@@ -826,11 +821,6 @@ test -n "$CC" && cc_specified=yes
# Save the value of CFLAGS that the user specified.
SPECIFIED_CFLAGS="$CFLAGS"
case ${with_gcc} in
"yes" ) CC="gcc" GCC=yes ;;
"no" ) : ${CC=cc} ;;
* )
esac
AC_PROG_CC
# On Suns, sometimes $CPP names a directory.
...
...
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