diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 10:48:33 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 10:48:33 +0200 |
commit | aaf7658adca1f515bc76913a100e82b04a228c24 (patch) | |
tree | ec7a1b9e811f5992f8724203b005a38cb770671a /defconfig | |
parent | bccbcfb6b48906eec7a9436922cdb8f6be6c8ad8 (diff) | |
download | dovecot-antispam-aaf7658adca1f515bc76913a100e82b04a228c24.tar.gz dovecot-antispam-aaf7658adca1f515bc76913a100e82b04a228c24.tar.xz dovecot-antispam-aaf7658adca1f515bc76913a100e82b04a228c24.zip |
defconfig: default to /usr/include/dovecot/
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,9 +15,9 @@ # Building the plugin requires configured dovecot sources or having # configured it with --enable-header-install in which case you can # point DOVECOT= to the installed headers too. -DOVECOT=../dovecot-1.0.5 +#DOVECOT=../dovecot-1.0.5 #DOVECOT=../dovecot-1.1 -#DOVECOT=/usr/include/dovecot +DOVECOT=/usr/include/dovecot # Dovecot version to build against DOVECOT_VERSION=1.0 |