]> andersk Git - moira.git/blobdiff - configure.in
make --without-gdss work
[moira.git] / configure.in
index 6b518f182ab25098a69acc29fdbd01bb9e3cd6c4..df0a3531d7dc42b631558a0e751e269936aed319 100755 (executable)
@@ -177,8 +177,10 @@ AC_MSG_CHECKING(for GDSS)
 AC_ARG_WITH(gdss,
     [  --with-gdss=PREFIX      Specify location of GDSS],
     [gdss="$withval"
-     MR_INCLUDE("$gdss/include")
-     GDSS_LIBS="-L$gdss/lib -lgdss"],
+     if test "$gdss" != no; then
+       MR_INCLUDE("$gdss/include")
+       GDSS_LIBS="-L$gdss/lib -lgdss"
+     fi],
     [if test -d $srcdir/util/gdss; then
          gdss=$srcdir/util/gdss
         GDSS_SUBDIR=util/gdss
This page took 0.03354 seconds and 4 git commands to generate.