Skip to content

Commit 294bcdd

Browse files
authored
Merge pull request #1334 from BHare1985/master
Problem: autogen fails from SELFTEST missing in configure.am
2 parents 7416aa1 + 8272907 commit 294bcdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zproject_autotools.gsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,6 @@ 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
10921091
AM_CONDITIONAL([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST], [test x$enable_$(project.prefix:c)_selftest != xno])
10931092
AM_COND_IF([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST], [AC_MSG_NOTICE([ENABLE_$(PROJECT.PREFIX:c)_SELFTEST defined])])
10941093

0 commit comments

Comments
 (0)