diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-09 08:09:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-09 08:09:07 +0000 |
commit | 1a4fddb9ba0d0e255a32010741837a0b3a073714 (patch) | |
tree | 4729b831922fc97b179487bf5bad91ec03d79729 | |
parent | af19ff51e6f91aab75e035e00ebc49d64de6f546 (diff) | |
download | curl-1a4fddb9ba0d0e255a32010741837a0b3a073714.tar.gz |
removed creation of tests/server/config.h
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa107a91b..b6d27d18b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ This configure script may be copied, distributed and modified under the terms of the curl license; see COPYING for more details]) AC_CONFIG_SRCDIR([lib/urldata.h]) -AM_CONFIG_HEADER(lib/config.h src/config.h tests/server/config.h ) +AM_CONFIG_HEADER(lib/config.h src/config.h) AM_MAINTAINER_MODE dnl SED is needed by some of the tools |