Remove extra 'then'.

This commit is contained in:
Bruce Momjian 2004-05-14 16:29:12 +00:00
parent c53d6e927f
commit 550735cd73
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
if test "$GCC" != yes; then
then
# The -Kno_host is for a bug in the compiler. See -hackers
# discussion on 7-8/Aug/2003.
cat >conftest.c <<__EOF__