diff --git a/orte/config/orte_check_alps.m4 b/orte/config/orte_check_alps.m4 index 91042a7b2e..17c80c4c25 100644 --- a/orte/config/orte_check_alps.m4 +++ b/orte/config/orte_check_alps.m4 @@ -45,7 +45,7 @@ AC_DEFUN([ORTE_CHECK_ALPS],[ orte_check_alps_happy="yes" orte_check_alps_libdir="$with_alps_libdir" - if -z "$orte_check_alps_libdir" ; then + if test -z "$orte_check_alps_libdir" ; then if test "$with_alps" != "yes" ; then AS_IF([test -d "$with_alps/lib64"], [orte_check_alps_libdir="$with_alps/lib64"],