]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure
CTDLDIR is now properly compiled into the source code based on what was configured...
[citadel.git] / citadel / configure
index a6c2def3e7df3a4ce72e4301827e35814828a82e..bfcdff4dc764d2a94a609112d8bb86109b9f7471 100755 (executable)
@@ -117,6 +117,7 @@ cc $tempcc -o $tempfile && {
 # FIXME do a real build id here
 ########################################################################
 CFLAGS=${CFLAGS}' -DBUILD_ID=\"unknown\"'
+CFLAGS=${CFLAGS}' -DCTDLDIR=\"'${CTDLDIR}'\"'
 
 
 ########################################################################