Skip to content

Commit

Permalink
Discard options when configuring Yasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Pierre Flori committed Aug 2, 2013
1 parent 8ded658 commit ef3e3cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2974,6 +2974,8 @@ GMP_FINISH
# and modify the way MPIR builds it when it is needed;
# in particular this should not rely on autotools.
#
AC_CONFIG_FILES(yasm/config/config.guess:config.guess yasm/config/config.log:config.log)
AC_CONFIG_FILES(yasm/configure.gnu:configure.yasm)
#if test "$build_yasm" = "yes"; then
AC_CONFIG_SUBDIRS([yasm])
#fi
Expand Down
1 change: 1 addition & 0 deletions configure.yasm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./configure

0 comments on commit ef3e3cf

Please sign in to comment.