projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c287a
)
Run autoconf in wake of commit a692ee5870f0f442565b4c4bff367094599e9bdf.
author
Tom Lane
Tue, 6 May 2014 00:24:38 +0000
(20:24 -0400)
committer
Tom Lane
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
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/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"