Changeset 9094

Show
Ignore:
Timestamp:
02/07/12 22:42:26 (4 months ago)
Author:
pramsey
Message:

configure_json.patch (#1539) from Evan Roualt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r9089 r9094  
    675675if test "$HAVE_JSON" = "yes"; then 
    676676        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 
    677680fi 
    678681