diff options
author | Simo Sorce <simo@redhat.com> | 2014-07-10 05:43:55 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-07-10 06:40:00 -0400 |
commit | 342cea568dc94ed0d35dca27a90fc704d0424da1 (patch) | |
tree | 0ad34386c4b07c991b9fdc8e9e3eb82589fdb520 /configure.ac | |
parent | 197cf29a4ed19e6ec3a3e73e4798d4c114b428b0 (diff) | |
download | mod_auth_gssapi-342cea568dc94ed0d35dca27a90fc704d0424da1.tar.gz mod_auth_gssapi-342cea568dc94ed0d35dca27a90fc704d0424da1.tar.xz mod_auth_gssapi-342cea568dc94ed0d35dca27a90fc704d0424da1.zip |
Add mod_auth_gssapi.h
Move all includes into it and also include config.h which was missing
causing some ifdefed code not to be compiled.
Also address includes conflict between httpd.h and config.h and the
PACKAGE_* variables.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe3ce9e..aa429f8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_HEADERS([src/config.h]) # Checks for programs. AC_PROG_CC |