OSDN Git Service

kdelibs -> kdebase
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 7 Feb 2004 17:20:37 +0000 (17:20 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 7 Feb 2004 17:20:37 +0000 (17:20 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@864 56b19765-1e22-0410-a548-a0f45d66c51a

configure.in.in

index ec7bddb..099b629 100644 (file)
@@ -18,11 +18,11 @@ AM_CONDITIONAL(KITA_USE_XDG_MENU, test "$use_xdg_menu" = yes)
 KDE_CHECK_HEADER(konq_faviconmgr.h,
   [],
   [AC_MSG_ERROR([konq_faviconmgr.h was not found!
-Please check whether you isntalled kdelibs(-devel) correctly.])]
+Please check whether you installed kdebase(-devel) correctly.])]
 )
 
 AC_CHECK_LIB(art_lgpl_2, libart_preinit,
   [],
   [AC_MSG_ERROR([libart_lgpl_2 was not found!
-Please check whether you isntalled libart_lgpl(-devel) correctly.])]
+Please check whether you installed libart_lgpl(-devel) correctly.])]
 )