mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 21:30:36 -05:00
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:
parent
a1c287a383
commit
9252b8eec2
1 changed files with 6 additions and 0 deletions
6
configure
vendored
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…
Reference in a new issue