Changeset 9094
- Timestamp:
- 02/07/12 22:42:26 (4 months ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r9089 r9094 675 675 if test "$HAVE_JSON" = "yes"; then 676 676 AC_DEFINE([HAVE_LIBJSON], 1, [Define to 1 if libjson is present]) 677 if test "x$JSON_LDFLAGS" = "x"; then 678 JSON_LDFLAGS="-ljson" 679 fi 677 680 fi 678 681
