diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:08:14 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:08:14 +0200 |
commit | 62cbcd271283070848a0d924ba25a061a2dff2da (patch) | |
tree | e57e4c1a2103dab7bcbc59dfc74cf8445816c605 /config/config.cache | |
parent | 1efec3952b780cc675ae111313017c3b91d20a01 (diff) | |
download | erlang-slang-fork-62cbcd271283070848a0d924ba25a061a2dff2da.tar.gz |
applied debian erlang-slang_1.0-3 patch: some slang_drv updates
most of this are useless whitespace changes, but slang_drv is updated
and debian files are added
Diffstat (limited to 'config/config.cache')
-rw-r--r-- | config/config.cache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.cache b/config/config.cache index 874acfe..3cc3b9c 100644 --- a/config/config.cache +++ b/config/config.cache @@ -12,5 +12,5 @@ # config.status only pays attention to the cache file if you give it the # --recheck option to rerun configure. # -ac_cv_path_ERL=${ac_cv_path_ERL=/usr/local/bin/erl} -ac_cv_path_ERLC=${ac_cv_path_ERLC=/usr/local/bin/erlc} +ac_cv_path_ERL=${ac_cv_path_ERL=/usr/bin/erl} +ac_cv_path_ERLC=${ac_cv_path_ERLC=/usr/bin/erlc} |