diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:42:15 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:42:15 +0100 |
commit | 28bc7bddde5f8b86bb7e7340617d5f638e686bea (patch) | |
tree | 3102df9ebfe40c71d548b2cb518e31e972a0a4e9 /configure.in | |
parent | 8cd3f1729a417d933744cf64e2adf78dc07e265c (diff) |
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c148ba9..8222e9e 100644 --- a/configure.in +++ b/configure.in @@ -197,7 +197,7 @@ if test "x$enable_cli" = "xyes"; then AC_SUBST([dgplugindir]) INPUT_PLUGIN_DIR=${dgplugindir}/input - OUTPUT_PLUGIN_DIR=${dfplugindir}/output + OUTPUT_PLUGIN_DIR=${dgplugindir}/output AC_SUBST([INPUT_PLUGIN_DIR]) AC_SUBST([OUTPUT_PLUGIN_DIR]) |