Changeset 4271 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Oct 1, 2012 11:08:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r4265 r4271 1397 1397 if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 1398 1398 CFLAGS="$CFLAGS -I$with_silk/interface" 1399 CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 1399 1400 LDFLAGS="$LDFLAGS -L$with_silk" 1400 1401 AC_MSG_RESULT([Using SILK prefix... $with_silk])
Note: See TracChangeset
for help on using the changeset viewer.