diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 14:40:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 14:40:34 -0600 |
commit | f789e13ed4d6a16deea2f07255ca21fbd7887679 (patch) | |
tree | 6f3a8457a062d94114b4a3b89f817442868553e9 /configure.ac | |
parent | 6d8c3127941de75b8e1cd4f52e68e522405dd392 (diff) | |
parent | 52c77ebbd512a3f5601daddda903ebdac890d3e9 (diff) | |
download | libayatana-appindicator-f789e13ed4d6a16deea2f07255ca21fbd7887679.tar.gz libayatana-appindicator-f789e13ed4d6a16deea2f07255ca21fbd7887679.tar.bz2 libayatana-appindicator-f789e13ed4d6a16deea2f07255ca21fbd7887679.zip |
Using a constant snk file instead of generating it each time.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 2992df2..30e4ba4 100644 --- a/configure.ac +++ b/configure.ac @@ -81,15 +81,9 @@ if test "x$GACUTIL" = "xno" ; then AC_MSG_ERROR([No gacutil tool found]) fi -AC_PATH_PROG(SN, sn, no) -if test "x$SN" = "xno" ; then - AC_MSG_ERROR([No sn tool found]) -fi - AC_SUBST(RUNTIME) AC_SUBST(CSC) AC_SUBST(GACUTIL) -AC_SUBST(SN) AC_SUBST(LIB_PREFIX) AC_SUBST(LIB_SUFFIX) AC_SUBST(GENERATED_SOURCES) |