1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Remove extra 'then'.

This commit is contained in:
Bruce Momjian
2004-05-14 16:29:12 +00:00
parent c53d6e927f
commit 550735cd73

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__