forked from pool/emacs
.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=118
This commit is contained in:
parent
4111cf00b7
commit
3aebe98623
@ -361,10 +361,10 @@ DESKTOP="--with-x \
|
||||
--enable-autodepend \
|
||||
"
|
||||
|
||||
OIFS="$IFS"; IFS=.
|
||||
set -- $(gcc -dumpversion 2>/dev/null)
|
||||
(($1 > 4 || ($1 == 4 && $2 > 4))) && COMP="$COMP --enable-link-time-optimization"
|
||||
IFS="$OIFS"
|
||||
##OIFS="$IFS"; IFS=.
|
||||
##set -- $(gcc -dumpversion 2>/dev/null)
|
||||
##(($1 > 4 || ($1 == 4 && $2 > 4))) && COMP="$COMP --enable-link-time-optimization"
|
||||
##IFS="$OIFS"
|
||||
|
||||
make_mchkoff ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user