Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!olivea!orc!inews!jsweedle@einstein.intel.com From: jsweedle@einstein.intel.com (Jonathan Sweedler) Newsgroups: comp.lang.perl Subject: Configure on aix Message-ID: <814@inews.intel.com> Date: 5 Nov 90 23:43:38 GMT Sender: news@inews.intel.com Reply-To: jsweedle@einstein.intel.com (Jonathan Sweedler) Distribution: usa Organization: Intel Corp. Lines: 18 Configure does not run on our latest (and greatest :-) version of aix that we have here. The problem is with null strings inside case statements. For example, if I execute the following shell script under aix, I get "Didn't work.": case "" in "") echo Worked. ;; *) echo "Didn't work." ;; esac Has anyone else come across this problem and solved it already? =============================================================================== Jonathan Sweedler, Microprocessor Design, Intel Corp. UUCP: {decwrl,hplabs,oliveb}!intelca!mipos3!mipos2!jsweedle ARPA: jsweedle%mipos2.intel.com@relay.cs.net