diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-13 16:26:46 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-13 16:26:46 -0800 |
commit | ac7310ab1050701c07705e548c408d97aea76636 (patch) | |
tree | 98ae68fa1ee493bc3bc2caaa6fb38291355742fc /configure.ac | |
parent | 429c7cc661780d2848a97b092e1a0023e8c4d603 (diff) | |
download | ModemManager-ac7310ab1050701c07705e548c408d97aea76636.tar.gz |
gsm: add character set get/set support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6f6621d7c..3a6cb71ce 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,9 @@ AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LIBTOOL +dnl Define _GNU_SOURCE for various things like strcasestr() +AC_GNU_SOURCE + dnl dnl translation support dnl |