diff options
| -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 44a6401..a2a33a4 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -1463,7 +1463,7 @@ dnl If we got --enable-embedded then adjust the Qt library name.  dnl Also Qt4 uses a different library name  dnl ------------------------------------------------------------  if test "$kde_qtver" = "4"; then -  qtlib="QtCore -lQtGui -lQt3Support" +  qtlib="QtCore -lQtGui"  fi  if test "$kde_qtver" = "3"; then    if test "x$kde_use_qt_emb" = "xyes"; then | 
