diff options
author | Ing. Daniel Rozsnyó <daniel@rozsnyo.com> | 2024-01-02 14:08:49 +0100 |
---|---|---|
committer | Ing. Daniel Rozsnyó <daniel@rozsnyo.com> | 2024-01-02 14:08:49 +0100 |
commit | bcdaa92c5e9642c6513046285309aabcae37b938 (patch) | |
tree | f26b7edf061eb2ec161fbb486cf7dcef46ecfb7f | |
parent | 3bdc9fd55ff86f033cc1ffab9178d8453fa1ab2f (diff) | |
download | admin-bcdaa92c5e9642c6513046285309aabcae37b938.tar.gz admin-bcdaa92c5e9642c6513046285309aabcae37b938.zip |
Fix wrong nesting in KDE_CHECK_TQT_JPEG function
Signed-off-by: Ing. Daniel Rozsnyó <daniel@rozsnyo.com>
-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) |