Remove spaces after -D
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2014 13:35:05 +0000 (09:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2014 13:35:05 +0000 (09:35 -0400)
src/modules/rlm_krb5/configure
src/modules/rlm_krb5/configure.ac

index 03e9676..9fa60a4 100755 (executable)
@@ -4115,13 +4115,13 @@ fi
 done
 
        if test "x$ac_cv_func_krb5_get_error_message" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_GET_ERROR_MESSAGE"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_GET_ERROR_MESSAGE"
        fi
        if test "x$ac_cv_func_krb5_free_error_message" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_FREE_ERROR_MESSAGE"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_FREE_ERROR_MESSAGE"
        fi
        if test "x$ac_cv_func_krb5_free_error_string" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_FREE_ERROR_STRING"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_FREE_ERROR_STRING"
        fi
 
                                if test "$krb5threadsafe" != "no"; then
index 67d31c9..eb43534 100644 (file)
@@ -119,13 +119,13 @@ if test x$with_[]modname != xno; then
        dnl #
        AC_CHECK_FUNCS([krb5_get_error_message krb5_free_error_string krb5_free_error_message])
        if test "x$ac_cv_func_krb5_get_error_message" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_GET_ERROR_MESSAGE"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_GET_ERROR_MESSAGE"
        fi
        if test "x$ac_cv_func_krb5_free_error_message" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_FREE_ERROR_MESSAGE"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_FREE_ERROR_MESSAGE"
        fi
        if test "x$ac_cv_func_krb5_free_error_string" == xyes; then
-               krb5mod_cflags="${krb5mod_cflags} -D HAVE_KRB5_FREE_ERROR_STRING"
+               krb5mod_cflags="${krb5mod_cflags} -DHAVE_KRB5_FREE_ERROR_STRING"
        fi
 
        dnl #