diff options
author | Rodney Dawes <dobey@src.gnome.org> | 2003-05-17 02:10:53 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-05-17 02:10:53 +0800 |
commit | 5bd1bfa802af5594bfd41c88b1a66d0e9ba7ec5c (patch) | |
tree | 783838dfe1fb78ac1b95f8cdca95f3d0f4a7ada5 /configure.in | |
parent | 3f0276903b27e7fabec6ffd64c16f16acc5b08e7 (diff) | |
download | gsoc2013-evolution-5bd1bfa802af5594bfd41c88b1a66d0e9ba7ec5c.tar.gz gsoc2013-evolution-5bd1bfa802af5594bfd41c88b1a66d0e9ba7ec5c.tar.zst gsoc2013-evolution-5bd1bfa802af5594bfd41c88b1a66d0e9ba7ec5c.zip |
Revert the patch I didn't mean to commit anyway
svn path=/trunk/; revision=21217
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index ea60e83736..ef425e904b 100644 --- a/configure.in +++ b/configure.in @@ -40,13 +40,6 @@ fi AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) -if test -n "${GCC}"; then - LIBGCC_A_FILENAME=`${CC} -print-libgcc-file-name`; -else - LIBGCC_A_FILENAME=""; -fi -AC_SUBST(LIBGCC_A_FILENAME) - dnl I18N stuff AC_PROG_INTLTOOL |