33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
$NetBSD: patch-config_configure.in,v 1.5 2015/09/14 06:03:58 wiz Exp $
|
|
|
|
--- config/configure.in.orig 2012-08-05 15:49:02.000000000 +0000
|
|
+++ config/configure.in
|
|
@@ -1347,15 +1364,15 @@ if test "$GTK_CONFIG" = "no"; then
|
|
LABLGTK_CONFIG=no
|
|
else
|
|
AC_MSG_CHECKING(for native code $LABLGTK_NAME)
|
|
- if test -f $OCAMLLIB/$LABLGTK_NAME/lablgtk.$OCAMLLIB_EXT; then
|
|
+ if test -f $OCAMLLIB/site-lib/$LABLGTK_NAME/lablgtk.$OCAMLLIB_EXT; then
|
|
if test "$GUI" = "newgui2"; then
|
|
- if test -f $OCAMLLIB/$LABLGTK_NAME/lablrsvg.$OCAMLLIB_EXT; then
|
|
+ if test -f $OCAMLLIB/site-lib/$LABLGTK_NAME/lablrsvg.$OCAMLLIB_EXT; then
|
|
AC_MSG_RESULT(yes)
|
|
LABLGTK_CONFIG=yes
|
|
else
|
|
AC_MSG_RESULT(no)
|
|
LABLGTK_CONFIG=no
|
|
- if test -f $OCAMLLIB/$LABLGTK_NAME/lablrsvg.cma; then
|
|
+ if test -f $OCAMLLIB/site-lib/$LABLGTK_NAME/lablrsvg.cma; then
|
|
echo "---------------------------------------------------------"
|
|
echo "lablrsvg is not installed properly. See the INSTALL.txt"
|
|
echo "file of mldonkey to see how to compile $LABLGTK_NAME. You"
|
|
@@ -1376,7 +1393,7 @@ else
|
|
else
|
|
AC_MSG_RESULT(no)
|
|
LABLGTK_CONFIG=no
|
|
- if test -f $OCAMLLIB/$LABLGTK_NAME/lablgtk.cma; then
|
|
+ if test -f $OCAMLLIB/site-lib/$LABLGTK_NAME/lablgtk.cma; then
|
|
echo "-------------------------------------------------------------"
|
|
echo "$LABLGTK_NAME is not installed properly. See the INSTALL.txt"
|
|
echo "file of mldonkey to see how to compile $LABLGTK_NAME. You"
|