diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-26 16:39:25 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-26 16:39:25 +0200 |
commit | ea9fe3ef923000a7bfa4d7afc306669d5442e0fc (patch) | |
tree | fc549e40acbee781282478fc9c8e351507e99a9f /configure | |
parent | 91bdac7f768e538a2e25b04347b747b1902e3159 (diff) | |
download | mad-ea9fe3ef923000a7bfa4d7afc306669d5442e0fc.tar mad-ea9fe3ef923000a7bfa4d7afc306669d5442e0fc.zip |
ConnectionManager f?r den Kern hinzugef?gt
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20647,7 +20647,7 @@ fi # Checks for library functions. -ac_config_files="$ac_config_files Makefile src/Makefile src/Net/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/Core/Makefile src/Net/Makefile" cat >confcache <<\_ACEOF @@ -21245,6 +21245,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/Core/Makefile") CONFIG_FILES="$CONFIG_FILES src/Core/Makefile" ;; "src/Net/Makefile") CONFIG_FILES="$CONFIG_FILES src/Net/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |