13 lines
562 B
Plaintext
13 lines
562 B
Plaintext
$OpenBSD: patch-configure_in,v 1.24 2006/04/01 10:49:20 espie Exp $
|
|
--- configure.in.orig Sat Mar 18 15:31:25 2006
|
|
+++ configure.in Mon Mar 20 11:33:50 2006
|
|
@@ -1984,7 +1984,7 @@ dnl ====================================
|
|
AC_LANG_SAVE
|
|
AC_LANG_C
|
|
dnl Check for aspell library
|
|
- KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"])
|
|
+ KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"],, -lstdc++ -lm)
|
|
KDE_CHECK_HEADER(aspell.h)
|
|
if test -z "$ac_cv_header_aspell_h"; then
|
|
echo ""
|