Revert "Compile (find httpbf)"

This reverts commit 2d2e843804.

Turns out i had an old build of csync
This commit is contained in:
Olivier Goffart 2013-09-11 09:00:27 +02:00
parent 177114f8d9
commit 927f7549d4

View file

@ -122,7 +122,7 @@ qt_wrap_cpp(syncMoc ${libsync_HEADERS})
IF( DEFINED CSYNC_BUILD_PATH )
SET(HTTPBF_LIBRARY ${CSYNC_BUILD_PATH}/src/httpbf/libhttpbflib.a)
SET(HTTPBF_LIBRARY ${CSYNC_BUILD_PATH}/src/httpbf/libhttpbf.a)
ELSE()
FIND_LIBRARY(HTTPBF_LIBRARY NAMES httpbflib HINTS $ENV{CSYNC_DIR})
ENDIF()