aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-17 14:40:34 -0600
committerTed Gould <ted@gould.cx>2009-12-17 14:40:34 -0600
commitf789e13ed4d6a16deea2f07255ca21fbd7887679 (patch)
tree6f3a8457a062d94114b4a3b89f817442868553e9 /configure.ac
parent6d8c3127941de75b8e1cd4f52e68e522405dd392 (diff)
parent52c77ebbd512a3f5601daddda903ebdac890d3e9 (diff)
downloadayatana-indicator-application-f789e13ed4d6a16deea2f07255ca21fbd7887679.tar.gz
ayatana-indicator-application-f789e13ed4d6a16deea2f07255ca21fbd7887679.tar.bz2
ayatana-indicator-application-f789e13ed4d6a16deea2f07255ca21fbd7887679.zip
Using a constant snk file instead of generating it each time.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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)