change config.h to config_ac.h

ulab-original
jsorg71 16 years ago
parent 4fb3a1a547
commit a2f6ba07b2

@ -2,7 +2,7 @@
AC_PREREQ(2.59)
AC_INIT([xrdp], [0.5.0], [xrdp-devel@lists.sourceforge.net])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_HEADERS([config_ac.h:config-h.in])
AM_INIT_AUTOMAKE([1.6 foreign])
AC_PROG_CC
AC_C_CONST

@ -22,7 +22,7 @@
/* include other h files */
#if defined(HAVE_CONFIG_H)
#include "config.h"
#include "config_ac.h"
#endif
#include "arch.h"
#include "parse.h"

Loading…
Cancel
Save