Sorry ignore that last email it should read like this:
Brian
--
After reviewing my fix for this I realize that #define labels can
only have A-Z and underscores so this is a better fix:
From:
AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1, Whether to
build $1 as dynamic module)
After reviewing my fix for this I realize that #define labels can
only have A-Z and underscores so this is a better fix:
From:
AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1, Whether to
build $1 as dynamic module)
To:
AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1, Whe