elm engine - restore explicit use of ELM_ENGNE env var
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 10 Feb 2015 10:48:21 +0000 (19:48 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 10 Feb 2015 10:56:48 +0000 (19:56 +0900)
commitcd43e56bbd0e0b57ac8e3ac245e8b754c4deb7cb
treed4bf0ea6f77fd85372ff226c2947f282dc2f9f86
parent7ea1c8c9c6981858310a915e8c535d29eb34170c
elm engine - restore explicit use of ELM_ENGNE env var

this fixes a deprecation of elm engine done just before 1.13 release
that ends up breaking "make doc" and also will make ELM_ENGINE env var
stop working (the latter was intentional). but since this is relied on
for things like make doc - keep the env var and haveit set preferred
engine and let people migrate away from using the engine var EXCEPT
for things like the shot engine

@fix
src/lib/elm_config.c
src/lib/elm_win.c