X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..298182ad446aaced14dea7ed0e7c968946787288:/configure.in diff --git a/configure.in b/configure.in index f7761b7..f35a8df 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.28 2004/04/08 01:36:15 mdw Exp $ +dnl $Id$ dnl dnl Autoconfiguration for Catacomb dnl @@ -75,7 +75,8 @@ sigsetjmp(j, 1);], [catacomb_cv_freewheel=yes], [catacomb_cv_freewheel=no])]) if test "$catacomb_cv_freewheel" = "yes"; then - AC_DEFINE([USE_FREEWHEEL]) + AC_DEFINE([USE_FREEWHEEL], [1], + [Define if you want to use the freewheel noise generator.]) fi dnl --- Support for the passphrase pixie ---