1
1

No longer necessary to check for so many different variants

This commit was SVN r1508.
Этот коммит содержится в:
Jeff Squyres 2004-06-29 21:35:46 +00:00
родитель dce3b283af
Коммит 11da941d0c

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

@ -378,7 +378,7 @@ if test "$HAPPY" = "1"; then
# Now check for the rest of the tags
for scope in LIBOMPI LIBMPI WRAPPER; do
for scope in LIBMPI WRAPPER; do
for flags in CFLAGS CXXFLAGS FFLAGS LDFLAGS LIBS; do
var="${scope}_EXTRA_${flags}"
line="`grep $var= $infile | cut -d= -f2-`"