1
1

Only one equal sign, if you please...

This commit was SVN r27037.
Этот коммит содержится в:
Ralph Castain 2012-08-14 22:08:19 +00:00
родитель 8c890b1c46
Коммит 481ed4e292

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

@ -38,7 +38,7 @@ AC_DEFUN([ORTE_CHECK_ALPS],[
# save the CPPFLAGS so we can check for alps/apInfo.h without adding $with_alps/include to the global path
orte_check_alps_$1_save_CPPFLAGS="$CPPFLAGS"
if test "$with_alps" == "no" -o -z "$with_alps" ; then
if test "$with_alps" = "no" -o -z "$with_alps" ; then
orte_check_alps_happy="no"
else
# Only need to do these tests once (this macro is invoked