bf180df119
remove -I$(top_srcdir)/intl from src/Makefile.am for systems which have libintl in /usr/lib. refer /dev/ic/wi_ieee.h for systems which have this file. (Thanks for the translation, soda!)
13 lines
344 B
Text
13 lines
344 B
Text
$NetBSD: patch-aa,v 1.2 2003/03/04 15:00:27 wiz Exp $
|
|
|
|
--- configure.orig Tue Mar 4 15:38:24 2003
|
|
+++ configure
|
|
@@ -1924,7 +1924,7 @@ else
|
|
fi
|
|
done
|
|
IFS="$ac_save_ifs"
|
|
- test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="gtk12-config"
|
|
+ test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="gtk-config"
|
|
;;
|
|
esac
|
|
fi
|