]> granicus.if.org Git - postgresql/commitdiff
Run autoconf in wake of commit a692ee5870f0f442565b4c4bff367094599e9bdf.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2014 00:24:38 +0000 (20:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2014 00:24:38 +0000 (20:24 -0400)
Heikki updated configure.in but evidently forgot to include the updated
configure script in the commit.  Per buildfarm.

configure

index 9953389a2330648e484a3a441525f12982d17a39..632d69d591773000b4bf9ef7258bdf124459f185 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"