]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fix the base path being used for more than just the install prefix.
[user/henk/code/inspircd.git] / configure
index 5a587b808c50c19eab8b5a7c904d539ae1ed78ca..65dce82a3482bc5f5badbbd1ad2a58614852f7af 100755 (executable)
--- a/configure
+++ b/configure
@@ -322,7 +322,6 @@ EOW
 my $question = <<"EOQ";
 Currently, InspIRCd is configured with the following paths:
 
-<|BOLD Base:|>   $config{BASE_DIR}
 <|BOLD Binary:|> $config{BINARY_DIR}
 <|BOLD Config:|> $config{CONFIG_DIR}
 <|BOLD Data:|>   $config{DATA_DIR}
@@ -456,7 +455,6 @@ push @makeargs, "-j${\(get_cpu_count() + 1)}";
 print console_format <<"EOM";
 
 <|GREEN Paths:|>
-  <|GREEN Base:|>    $config{BASE_DIR}
   <|GREEN Binary:|>  $config{BINARY_DIR}
   <|GREEN Config:|>  $config{CONFIG_DIR}
   <|GREEN Data:|>    $config{DATA_DIR}