(unknown)

\"shaheed r. haque\" srhaque at iee.org
Wed Oct 8 08:52:28 BST 2003


Hi Stephan/all, 
 
Without the following change, kdenonbeta cannot be ./configure'd. Is it OK to  
commit? 
 
 
Index: admin/acinclude.m4.in 
=================================================================== 
RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v 
retrieving revision 2.408 
diff -u -p -r2.408 acinclude.m4.in 
--- admin/acinclude.m4.in       5 Oct 2003 13:11:22 -0000       2.408 
+++ admin/acinclude.m4.in       8 Oct 2003 07:44:21 -0000 
@@ -1603,7 +1603,7 @@ if test x$ac_uic_supports_nounload = xye 
 fi 
 kde_line="$kde_line -impl actest.h actest.ui > actest.cpp" 
 if AC_TRY_EVAL(kde_line); then 
-       if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then 
+       if test -f actest.cpp && grep KLineEdit actest.cpp > /dev/null; then 
                kde_cv_uic_plugins=yes 
        fi 
 fi 
 
 
Thanks, Shaheed 




More information about the kde-core-devel mailing list