1
1
This commit was SVN r23183.
Этот коммит содержится в:
Jeff Squyres 2010-05-20 00:41:36 +00:00
родитель 5eff7ae63b
Коммит 6d0465971e

Просмотреть файл

@ -71,7 +71,7 @@ AC_USE_SYSTEM_EXTENSIONS
# AC_USE_SYSTEM_EXTENSIONS will modify CFLAGS if nothing was in there
# beforehand. We don't want that. So if there was nothing in
# CFLAGS, put nothing back in there.
AS_IF([test -z "$CFLAGS_save"], [CFLAGS=$CFLAGS_save])
AS_IF([test -z "$CFLAGS_save"], [CFLAGS=])
CFLAGS_save=
# Get our platform support file. This has to be done very, very early