Skip to content

Commit

Permalink
configure.ac: look for unconfig.h not uninit.h...
Browse files Browse the repository at this point in the history
  • Loading branch information
H. Peter Anvin committed Aug 27, 2019
1 parent 7eb1821 commit eaef851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf 2.69 or later to produce
dnl a configure script.
AC_PREREQ(2.69)
AC_INIT([config/undef.h])
AC_INIT([config/unconfig.h])
AC_CONFIG_HEADERS([config/config.h:config/unconfig.h])
AC_PREFIX_PROGRAM(nasm)
AC_CONFIG_AUX_DIR(autoconf/helpers)
Expand Down

0 comments on commit eaef851

Please sign in to comment.