Run autoconf in wake of commit a692ee5870.

Heikki updated configure.in but evidently forgot to include the updated
configure script in the commit.  Per buildfarm.
This commit is contained in:
Tom Lane 2014-05-05 20:24:38 -04:00
parent a1c287a383
commit 9252b8eec2
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -11666,6 +11666,12 @@ esac
;;
esac
case " $LIBOBJS " in
*" system.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS system.$ac_objext"
;;
esac
case " $LIBOBJS " in
*" win32env.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32env.$ac_objext"