Skip to content

Commit c161f94

Browse files
committed
Revert "Problem: autogen fails from SELFTEST missing in configure.am"
This breaks autoreconf -fi when applied to zproject, revert it This reverts commit 8272907.
1 parent 3453295 commit c161f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zproject_autotools.gsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,7 @@ AC_ARG_ENABLE([$(name)],
10881088
AM_CONDITIONAL([ENABLE_$(NAME:c)], [test x$enable_$(name:c) != xno])
10891089
AM_COND_IF([ENABLE_$(NAME:c)], [AC_MSG_NOTICE([ENABLE_$(NAME:c) defined])])
10901090

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

0 commit comments

Comments
 (0)