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 \
|
--enable-autodepend \
|
||||||
"
|
"
|
||||||
|
|
||||||
OIFS="$IFS"; IFS=.
|
##OIFS="$IFS"; IFS=.
|
||||||
set -- $(gcc -dumpversion 2>/dev/null)
|
##set -- $(gcc -dumpversion 2>/dev/null)
|
||||||
(($1 > 4 || ($1 == 4 && $2 > 4))) && COMP="$COMP --enable-link-time-optimization"
|
##(($1 > 4 || ($1 == 4 && $2 > 4))) && COMP="$COMP --enable-link-time-optimization"
|
||||||
IFS="$OIFS"
|
##IFS="$OIFS"
|
||||||
|
|
||||||
make_mchkoff ()
|
make_mchkoff ()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user