diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 13:15:38 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 13:15:38 +0000 |
commit | 11a4c67a922c3af62c80500aca7f157430fdf926 (patch) | |
tree | a92558a0e94577efae2364387bec15791eb296ee | |
parent | e8c71ed4c63a7ef123c122161b6a7cc3eafe7c85 (diff) |
Remove unused automake conditional.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@364 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 362077f1..00273399 100644 --- a/configure.ac +++ b/configure.ac @@ -283,8 +283,6 @@ AM_CONDITIONAL([HAVE_LIRC], [test "x$HAVE_LIRC" = x1]) # Output # ################################### -AM_CONDITIONAL(BUILD_LIBPOLYPCORE, false) - AC_CONFIG_FILES([ Makefile polyp/Makefile |