We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803b0a2 commit fdc25dcCopy full SHA for fdc25dc
1 file changed
configure.ac
@@ -91,7 +91,11 @@ if test -z "$CAJA_EXTENSION_DIR"; then
91
custom_caja_extension_dir=false
92
fi
93
94
-AC_MSG_RESULT([${CAJA_EXTENSION_DIR}])
+if test x$custom_caja_extension_dir = xtrue; then
95
+ AC_MSG_RESULT([${CAJA_EXTENSION_DIR}])
96
+else
97
+ AC_MSG_RESULT([${libdir}/${CAJA_EXTENSION_DIR}])
98
+fi
99
AM_CONDITIONAL([CUSTOM_CAJA_EXTENSION_DIR], [test x$custom_caja_extension_dir = xtrue])
100
AC_SUBST(CAJA_EXTENSION_DIR)
101
0 commit comments