mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03: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:
6
configure
vendored
6
configure
vendored
@ -11666,6 +11666,12 @@ esac
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case " $LIBOBJS " in
|
||||||
|
*" system.$ac_objext "* ) ;;
|
||||||
|
*) LIBOBJS="$LIBOBJS system.$ac_objext"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
case " $LIBOBJS " in
|
case " $LIBOBJS " in
|
||||||
*" win32env.$ac_objext "* ) ;;
|
*" win32env.$ac_objext "* ) ;;
|
||||||
*) LIBOBJS="$LIBOBJS win32env.$ac_objext"
|
*) LIBOBJS="$LIBOBJS win32env.$ac_objext"
|
||||||
|
Reference in New Issue
Block a user