]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter.pl.in
configuration improvements
[helm.git] / helm / http_getter / http_getter.pl.in
index f0392de2caa9acd9cbafb1b4805ba6f71e28e1c3..bee3315e7583cb9e1a98700559c36fc9eafb34b4 100755 (executable)
@@ -27,7 +27,7 @@
 use Env;
 my $HELM_LIB_DIR = $ENV{"HELM_LIB_DIR"};
 # this should be the only fixed constant
-my $DEFAULT_HELM_LIB_DIR = "@DEFAULT_HELM_LIB_DIR@";
+my $DEFAULT_HELM_LIB_DIR = "@HELM_LIB_DIR@";
 if (defined ($HELM_LIB_DIR)) {
    $HELM_LIB_PATH = $HELM_LIB_DIR."/configuration.pl";
 } else {