diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8225604c..1e0a249a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -178,11 +178,11 @@ endif # LCS_DIR= # endif -# if USE_LIBCACA -# LIBCACA_DIR=libcaca -# else -# LIBCACA_DIR= -# endif +if USE_LIBCACA +LIBCACA_DIR=libcaca +else +LIBCACA_DIR= +endif # if USE_LIBDV # LIBDV_DIR=dv |