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.
pull/6/head
Tom Lane 12 years ago
parent a1c287a383
commit 9252b8eec2
  1. 6
      configure

6
configure vendored

@ -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"

Loading…
Cancel
Save