X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=configure.ac;h=ef10e958400681392f89a234ec1e28af0027d1f9;hp=65fa7a6c973039f8e6ba62c1bc60f986d5ab47d6;hb=HEAD;hpb=0949eb0bb60ab92f93fb94748255724f89a66b4a diff --git a/configure.ac b/configure.ac index 65fa7a6..ef10e95 100644 --- a/configure.ac +++ b/configure.ac @@ -105,9 +105,9 @@ AC_MSG_CHECKING(for ctime_r) AC_MSG_RESULT(no) else if test "$ac_cv_ctime_args" = 2; then - AC_DEFINE(HAVE_CTIME_R_2) + AC_DEFINE(HAVE_CTIME_R_2,1,[Define if ctime_r is present with 2 parameters.]) elif test "$ac_cv_ctime_args" = 3; then - AC_DEFINE(HAVE_CTIME_R_3) + AC_DEFINE(HAVE_CTIME_R_3,1,[Define if ctime_r is present with 3 parameters.]) fi AC_MSG_RESULT([yes, and it takes $ac_cv_ctime_args arguments]) fi