Skip to content

Commit cbe2b5a

Browse files
committed
fix typo
1 parent 8813bd2 commit cbe2b5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* config.in. Generated from configure.in by autoheader. */
1+
/* config.in. Generated from configure.ac by autoheader. */
22

33
/* Define if building universal (internal helper macro) */
44
#undef AC_APPLE_UNIVERSAL_BUILD

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ IMAPD = dm_quota.c \
7474
imapcommands.c \
7575
dm_imapsession.c
7676

77-
AM_CPPFLAGS = I$(top_srcdir) -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"' -DLOCALSTATEDIR='"$(localstatedir)"'
77+
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"' -DLOCALSTATEDIR='"$(localstatedir)"'
7878
AM_CFLAGS = @SIEVEINC@ @LDAPINC@
7979
AM_LDFLAGS = -export-dynamic @CRYPTLIB@
8080

src/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ IMAPD = dm_quota.c \
526526
imapcommands.c \
527527
dm_imapsession.c
528528

529-
AM_CPPFLAGS = I$(top_srcdir) -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"' -DLOCALSTATEDIR='"$(localstatedir)"'
529+
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR='"$(sysconfdir)"' -DLIBDIR='"$(libdir)"' -DLOCALSTATEDIR='"$(localstatedir)"'
530530
AM_CFLAGS = @SIEVEINC@ @LDAPINC@
531531
AM_LDFLAGS = -export-dynamic @CRYPTLIB@
532532
@SHARED_FALSE@MODULES =

0 commit comments

Comments
 (0)