• Barry Warsaw's avatar
    Change all occurances of · 7d1219d9
    Barry Warsaw yazdı
    	test -d "$directory"
    
    to
    
    	test ! -z "directory" -a -d "directory"
    
    Apparently, on SunOS 4.1.4_JL (and other?) OSes, -d on an empty string
    always returns true.  This closes SF bug #115392.
    7d1219d9
configure.in 34 KB