Browse Source

Need to check one version before required.

pull/38/head
Joachim Bauch 11 years ago
parent
commit
b26c5805c6
  1. 8
      configure.ac

8
configure.ac

@ -23,10 +23,10 @@ AC_PREREQ([2.53])
AC_INIT([spreed-webrtc],[unknown],[opensource@struktur.de],[],[https://github.com/strukturag/spreed-webrtc]) AC_INIT([spreed-webrtc],[unknown],[opensource@struktur.de],[],[https://github.com/strukturag/spreed-webrtc])
# minimum required versions # minimum required versions (actually one version before)
GO_VERSION_MIN=1.1 GO_VERSION_MIN=1.0.9 # actually 1.1
NODEJS_VERSION_MIN=0.8.0 NODEJS_VERSION_MIN=0.7.9 # actually 0.8.0
SASS_VERSION_MIN=3.2.0 SASS_VERSION_MIN=3.1.9 # actually 3.2.0
AC_CONFIG_SRCDIR([src/app/spreed-webrtc-server/main.go]) AC_CONFIG_SRCDIR([src/app/spreed-webrtc-server/main.go])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])

Loading…
Cancel
Save