From 65a22272dabc72ea5670883d26746830b5c14345 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 24 2015 22:57:50 +0000 Subject: Fix a syntax error --- diff --git a/configure.ac b/configure.ac index c3e1913..95ebb9a 100644 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,7 @@ if ! ${configure_dist_target_only:-false} ; then AC_SUBST(GMP_CFLAGS) AC_SUBST(GMP_LIBS) AM_CONDITIONAL(USE_GMP,test $withgmp != no) - if test $withgmp = no && test $withopenssl = no ; then + if test $withgmp = no && test x$withopenssl = xno ; then AC_MSG_ERROR([Need at least one of OpenSSL or GMP for big number operations.]) fi