summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-08 17:56:18 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-08 17:56:18 +0200
commit4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c (patch)
tree23cf0d1ff55b3b1c4eefd3dd7fe2b7c0eb719a43 /configure
parente000cdf9d31433c4e90a8b59415de5ac8377005d (diff)
downloadmad-4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c.tar
mad-4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c.zip
Einzelne Request-Klassen hinzugef?gt
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 0cc46eb..b71ba06 100755
--- a/configure
+++ b/configure
@@ -20647,7 +20647,7 @@ fi
# Checks for library functions.
-ac_config_files="$ac_config_files Makefile src/Makefile src/Common/Makefile src/Core/Makefile src/Net/Makefile"
+ac_config_files="$ac_config_files Makefile src/Makefile src/Common/Makefile src/Common/Request/Makefile src/Core/Makefile src/Net/Makefile"
cat >confcache <<\_ACEOF
@@ -21246,6 +21246,7 @@ do
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/Common/Makefile") CONFIG_FILES="$CONFIG_FILES src/Common/Makefile" ;;
+ "src/Common/Request/Makefile") CONFIG_FILES="$CONFIG_FILES src/Common/Request/Makefile" ;;
"src/Core/Makefile") CONFIG_FILES="$CONFIG_FILES src/Core/Makefile" ;;
"src/Net/Makefile") CONFIG_FILES="$CONFIG_FILES src/Net/Makefile" ;;