• Barry Warsaw's avatar
    Change all occurances of · 11628f9d
    Barry Warsaw authored
    	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.
    11628f9d
configure.in 34 KB