Japanese translation of message catalog for Sawfish Window-Manager
Revision | 505b731f573f054f81e045fafdc9f5fe46b30004 (tree) |
---|---|
Time | 2016-07-24 16:36:39 |
Author | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
fix typo in configure --with-kde5session
@@ -304,7 +304,7 @@ AC_ARG_WITH(kde5session, | ||
304 | 304 | |
305 | 305 | KDE5_SESSION="$with_kde5session" |
306 | 306 | |
307 | -if test "$with_kde4session" = "yes"; then | |
307 | +if test "$with_kde5session" = "yes"; then | |
308 | 308 | KDED5IR="`kf5-config --install data`" |
309 | 309 | fi |
310 | 310 |