• Bruce Momjian's avatar
    The attached patches fix the following problems: · f1ab71ec
    Bruce Momjian authored
    1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
        it to break.  The asm macro construct is very particular about the %mem
        construct -- it has to start in column 1.
    
    2.  When compiling libpq++, g++ was used even if configure found the C++ com-
        piler to be CC.
    
    3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
        compiler wasn't g++.
    
    Billy G. Allie
    f1ab71ec
configure.in 21.1 KB