X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=configure;h=1f3e2cbc75808c044bfc04c022c42eb7913f49d1;hb=37bd6612bdffabe6d8a588b391bd353c39497abb;hp=1266444b9f3024d4c048bffe5b75c6163f0d81c3;hpb=3df794793ea3db2a6a8abfeb46803b9c5b80502a;p=opendoas.git diff --git a/configure b/configure index 1266444..1f3e2cb 100755 --- a/configure +++ b/configure @@ -185,8 +185,8 @@ int main(void) { persistmethod() { [ -z "$WITHOUT_TIMESTAMP" ] && { - printf 'CFLAGS += -DPERSIST_TIMESTAMP\n' >>$CONFIG_MK - printf 'SRCS += persist_timestamp.c\n' >>$CONFIG_MK + printf 'CPPFLAGS += -DUSE_TIMESTAMP\n' >>$CONFIG_MK + printf 'SRCS += timestamp.c\n' >>$CONFIG_MK printf 'timestamp\n' return 0 }