Switch to unified view

a/src/configure b/src/configure
...
...
2288
cd ..
2288
cd ..
2289
2289
2290
##################### End QT detection
2290
##################### End QT detection
2291
2291
2292
# We have to expand prefix in here, couldn't find a way to do it inside
2292
# We have to expand prefix in here, couldn't find a way to do it inside
2293
# the qt gui .pro file or Makefile
2293
# the qt gui .pro file or Makefile. This just means that you can't change
2294
# prefix at build time. It works at install time because we dont' use the
2295
# qtgui Makefile
2294
m_prefix=$prefix
2296
m_prefix=$prefix
2295
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
2297
test "X$m_prefix" = "XNONE" && m_prefix=/usr/local
2296
m_datadir=${m_prefix}/share
2298
m_datadir=${m_prefix}/share
2297
QTRECOLL_DATADIR=${m_datadir}
2299
QTRECOLL_DATADIR=${m_datadir}
2298
2300