Skip to content

Commit

Permalink
Merge pull request #1334 from BHare1985/master
Browse files Browse the repository at this point in the history
Problem:  autogen fails from SELFTEST missing in configure.am
  • Loading branch information
sappo authored Nov 22, 2024
2 parents 7416aa1 + 8272907 commit 294bcdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zproject_autotools.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ AC_ARG_ENABLE([$(name)],
AM_CONDITIONAL([ENABLE_$(NAME:c)], [test x$enable_$(name:c) != xno])
AM_COND_IF([ENABLE_$(NAME:c)], [AC_MSG_NOTICE([ENABLE_$(NAME:c) defined])])

.else
AM_CONDITIONAL([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST], [test x$enable_$(project.prefix:c)_selftest != xno])
AM_COND_IF([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST], [AC_MSG_NOTICE([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST defined])])

Expand Down

0 comments on commit 294bcdd

Please sign in to comment.