diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /libkdenetwork/gpgmepp/configure.in.in | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'libkdenetwork/gpgmepp/configure.in.in')
-rw-r--r-- | libkdenetwork/gpgmepp/configure.in.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libkdenetwork/gpgmepp/configure.in.in b/libkdenetwork/gpgmepp/configure.in.in index 7ffaa1e67..e277b73bd 100644 --- a/libkdenetwork/gpgmepp/configure.in.in +++ b/libkdenetwork/gpgmepp/configure.in.in @@ -90,12 +90,12 @@ dnl END inline of gpgme.m4 # It was the first useable one for C++ (class keyword) and KDE (largefile support). # If you change this minimum version here, update also configure.in.bot -kdepim_needs_gpgme_copy="" +tdepim_needs_gpgme_copy="" KDEPIM_PATH_GPGME(0.4.5,[ AC_LANG_SAVE AC_LANG_C - kdepim_gpgmepp_save_cflags="$CFLAGS" - kdepim_gpgmepp_save_libs="$LIBS" + tdepim_gpgmepp_save_cflags="$CFLAGS" + tdepim_gpgmepp_save_libs="$LIBS" CFLAGS="$GPGME_CFLAGS" LIBS="$GPGME_LIBS" @@ -165,12 +165,12 @@ KDEPIM_PATH_GPGME(0.4.5,[ AC_MSG_RESULT([no]) ]) - CFLAGS="$kdepim_gpgmepp_save_cflags" - LIBS="$kdepim_gpgmepp_save_libs" + CFLAGS="$tdepim_gpgmepp_save_cflags" + LIBS="$tdepim_gpgmepp_save_libs" AC_LANG_RESTORE ],[ - kdepim_needs_gpgme_copy="true" + tdepim_needs_gpgme_copy="true" GPGME_CFLAGS='-I$(top_srcdir)/libkdenetwork/libgpgme-copy/gpgme -I$(top_srcdir)/libkdenetwork/libgpg-error-copy -I$(top_builddir)/libkdenetwork/libgpg-error-copy' GPGME_LIBS='$(top_builddir)/libkdenetwork/libgpgme-copy/gpgme/libgpgme.la' GPGME_LIBS_DEP='$(GPGME_LIBS)' @@ -182,7 +182,7 @@ KDEPIM_PATH_GPGME(0.4.5,[ AC_SUBST(GPGME_LIBS_DEP) -AM_CONDITIONAL(needs_gpgme_copy, test -n "$kdepim_needs_gpgme_copy") +AM_CONDITIONAL(needs_gpgme_copy, test -n "$tdepim_needs_gpgme_copy") dnl Always true - either from the local copy or from the system lib. dnl Still used in gpgmepp/gpgmefw.h for some reason. |