diff options
author | Ing. Daniel RozsnyĆ³ <[email protected]> | 2024-01-02 14:08:49 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-02 23:42:17 +0900 |
commit | 482d2f667271508c6fff45a5317c7b996d7d976a (patch) | |
tree | f26b7edf061eb2ec161fbb486cf7dcef46ecfb7f | |
parent | 3019aa7ad1c3d6f20cd7bbd5d09253c4d3a800c5 (diff) | |
download | admin-482d2f667271508c6fff45a5317c7b996d7d976a.tar.gz admin-482d2f667271508c6fff45a5317c7b996d7d976a.zip |
Fix wrong nesting in KDE_CHECK_TQT_JPEG function
Signed-off-by: Ing. Daniel RozsnyĆ³ <[email protected]>
(cherry picked from commit bcdaa92c5e9642c6513046285309aabcae37b938)
-rw-r--r-- | acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 6f39a26..d03904d 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -2550,8 +2550,8 @@ fi LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" AC_LANG_RESTORE -fi ]) +fi if eval "test ! \"`echo $kde_cv_tqt_jpeg`\" = no"; then AC_MSG_RESULT(yes) |