]> granicus.if.org Git - postgresql/commitdiff
I tried to match up the if/test stuff...fixed now, I think
authorMarc G. Fournier <scrappy@hub.org>
Tue, 3 Feb 1998 19:40:15 +0000 (19:40 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 3 Feb 1998 19:40:15 +0000 (19:40 +0000)
src/configure
src/configure.in

index 1910dc4bf3e4ec622e3c4c23d66df615fec1547c..d86f3205a3a894607e7bc2e06972a031c2c7cdb2 100755 (executable)
@@ -606,7 +606,7 @@ nextstep*) os=nextstep;;
    exit;;
 esac
 
-if test $need_tas = "yes"
+if test "X$need_tas" = "Xyes"
 then
        
        TAS=tas.o
index 16e475c11c62c4cff8e34de4f07eedfd677c1e27..c8877a58186031e2706d79467f7b8a66a09d83f4 100644 (file)
@@ -42,7 +42,7 @@ nextstep*) os=nextstep;;
    exit;;
 esac
 
-if test $need_tas = "yes"
+if test "X$need_tas" = "Xyes"
 then
        AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
        TAS=tas.o