summaryrefslogtreecommitdiff
blob: 91d27e57f9d81a86f9035f75408cefb80cf82b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.in
+++ b/configure.in
@@ -652,7 +652,8 @@
 		#
 		# Arrange that we search for libraries in "$prefix/lib".
 		#
-		AC_WIRESHARK_ADD_DASH_L(LDFLAGS, $prefix/lib)
+# We do not need this - JeR (possibly bug #394479)
+#		AC_WIRESHARK_ADD_DASH_L(LDFLAGS, $prefix/lib)
 	else
 		AC_MSG_RESULT(no)
 	fi