blob: cfcbf9a1d27784283d21c0f6d75e96d826e946b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2012-07-12 03:30:12 UTC
+++ configure
@@ -93,6 +93,8 @@ if [ "$with_gtk" = "3.0" ]; then
LIBS_VTE_L=`pkg-config --libs-only-L vte-2.90 2> /dev/null`
fi
+LIBS_VTE="${LIBS_VTE} -lintl"
+
if [ "$real_gtk" = "2+3" ] || [ "$real_gtk" = "3+2" ]; then
real_gtk="all"
LIBS_VTE="-ldl"
|