diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-05 20:36:09 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-05 20:36:09 +0000 |
commit | a1528fc83e8930d056a521031c044f93e5c21969 (patch) | |
tree | 2f99754b3b3f8eddcd265d8258c06fea4040c27d /m4 | |
parent | 57d9efc26f32905bb3b5ace808fd2ec6cfa597a4 (diff) |
enable LPT if lpt-check was successfull
svn path=/trunk/externals/zexy/; revision=15521
Diffstat (limited to 'm4')
-rw-r--r-- | m4/iem_parallelport.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/iem_parallelport.m4 b/m4/iem_parallelport.m4 index be406ed..c6b5fbe 100644 --- a/m4/iem_parallelport.m4 +++ b/m4/iem_parallelport.m4 @@ -34,6 +34,6 @@ if test "x$have_lpt" != "xno"; then else AC_MSG_RESULT([no]) fi -AM_CONDITIONAL([LPT], [test "x${enable_lpt}" == "xyes"]) +AM_CONDITIONAL([LPT], [test "x${have_lpt}" != "xno"]) ]) dnl IEM_CHECK_LPT |