diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1645ad4d..2ab74ed0 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ dnl dnl support function sections (if available) dnl PA_ARG_DISABLED([sections], - [don't try to compile with function/data section support], + [do not try to compile with function/data section support], [], [PA_ADD_CFLAGS([-ffunction-sections]) PA_ADD_CFLAGS([-fdata-sections]) |