Changeset 3190

Show
Ignore:
Timestamp:
12/23/07 17:43:58
Author:
pvanhoof
Message:

Removing queues and asyncworker

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/building.txt

    r3074 r3190  
    136136with this define you'll see some of the traffic on your stdout. 
    137137 
    138 CFLAGS="-DDEBUG -DDBC -D_GNU_SOURCE -O0 -Wall -g -ggdb" PKG_CONFIG_PATH=/opt/asyncworker/lib/pkgconfig
    139         ./autogen.sh --prefix=/opt/tinymail --enable-asyncworker --enable-tests --enable-unit-tests && \ 
     138CFLAGS="-DDEBUG -DDBC -D_GNU_SOURCE -O0 -Wall -g -ggdb" ./autogen.sh
     139        --prefix=/opt/tinymail --enable-tests --enable-unit-tests && \ 
    140140         make && sudo make install 
    141141