View | Details | Raw Unified | Return to bug 2173
Collapse All | Expand All

(-)openssh-6.4p1.org/configure (-1 / +1 lines)
Lines 9495-9501 Link Here
9495
			fi
9495
			fi
9496
		fi
9496
		fi
9497
		if test "x$use_pkgconfig_for_libedit" = "xyes"; then
9497
		if test "x$use_pkgconfig_for_libedit" = "xyes"; then
9498
			LIBEDIT=`$PKGCONFIG --libs-only-l libedit`
9498
			LIBEDIT=`$PKGCONFIG --libs libedit`
9499
			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
9499
			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
9500
		else
9500
		else
9501
			LIBEDIT="-ledit -lcurses"
9501
			LIBEDIT="-ledit -lcurses"
(-)openssh-6.4p1.org/configure.ac (-1 / +1 lines)
Lines 1442-1448 Link Here
1442
			fi
1442
			fi
1443
		fi
1443
		fi
1444
		if test "x$use_pkgconfig_for_libedit" = "xyes"; then
1444
		if test "x$use_pkgconfig_for_libedit" = "xyes"; then
1445
			LIBEDIT=`$PKGCONFIG --libs-only-l libedit`
1445
			LIBEDIT=`$PKGCONFIG --libs libedit`
1446
			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
1446
			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
1447
		else
1447
		else
1448
			LIBEDIT="-ledit -lcurses"
1448
			LIBEDIT="-ledit -lcurses"

Return to bug 2173