Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9252b8e

Browse files
committedMay 6, 2014
Run autoconf in wake of commit a692ee5.
Heikki updated configure.in but evidently forgot to include the updated configure script in the commit. Per buildfarm.
1 parent a1c287a commit 9252b8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎configure

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11666,6 +11666,12 @@ esac
1166611666
;;
1166711667
esac
1166811668

11669+
case " $LIBOBJS " in
11670+
*" system.$ac_objext "* ) ;;
11671+
*) LIBOBJS="$LIBOBJS system.$ac_objext"
11672+
;;
11673+
esac
11674+
1166911675
case " $LIBOBJS " in
1167011676
*" win32env.$ac_objext "* ) ;;
1167111677
*) LIBOBJS="$LIBOBJS win32env.$ac_objext"

0 commit comments

Comments
 (0)
Please sign in to comment.