Changeset 700

Show
Ignore:
Timestamp:
11/11/06 21:55:48 (2 years ago)
Author:
common
Message:

nepenthes

  • configure.ac
    • fix curl linking, broken before
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/configure.ac

    r698 r700  
    370370             [AC_DEFINE(HAVE_LIBCURL, 1, 
    371371                       [Define if you want to use libcurl]) 
    372              LIB_CURL="`curl-config --cflags`"], 
     372             LIB_CURL="`curl-config --libs` -lcurl"], 
    373373             [AC_MSG_ERROR([libcurl is missing - install it please]) 
    374374             ])